From 76cc83bbeb982f2498d6efe36a4567ef2154fc0b Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 16 May 2014 16:49:10 -0700 Subject: [PATCH] Add Slack notification from Travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e05ed3ca1..e7cedad93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,3 +56,6 @@ after_success: - travis-artifacts upload --path ndll/iPhone/liblime-debug.iphoneos-v7.a --target-path artifacts/$TRAVIS_COMMIT - travis-artifacts upload --path ndll/iPhone/liblime-debug.iphonesim.a --target-path artifacts/$TRAVIS_COMMIT - wget -qO- http://www.openfl.org/lime-post-hook.php?commit=$TRAVIS_COMMIT + +notifications: + slack: openfl:ba3HbgtZflW8TNcJEQ1B4tAY