Skip to content

Commit

Permalink
added slack notifications for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jun 2, 2015
1 parent 5225ba6 commit 3b7e7c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ matrix:

install: true

script: ./gradlew travisCiBuild -Dvariant=$VARIANT
script: ./gradlew travisCiBuild -Dvariant=$VARIANT

notifications:
slack:
secure: Koo3EDl5ftvBI8zzFB6q9haUZSaxHdEBZn5WzIxGeOrls3kCMD4qHA909ft389HXFIQRGgiCWEnu6oPQy7ld3d6XpGmy4ty/0L2Ivse57CVV9vuVXF0L/xigx3zbIZ/YYRm9KwYFbGgtyC/L0/dtkcZpqJSA9GQW4q0CQzlAn8A=

0 comments on commit 3b7e7c2

Please sign in to comment.