Skip to content

Commit

Permalink
Merge pull request #22 from socrata/chrismetcalf/travis-notifications
Browse files Browse the repository at this point in the history
Adding slack notifications
  • Loading branch information
chrismetcalf authored Sep 21, 2016
2 parents 1dfd8d8 + ccd5fcf commit 7c293d1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: php
php:
- '5.6'
- '7.0'
- hhvm
- nightly
- '5.6'
- '7.0'
- hhvm
- nightly
script: phpunit tests
notifications:
slack:
secure: mSgMaVq5RYxcCuETKjfeNIKzAEto9lDpq9n4dgsRkaHxC1y9lwruDtEXRzHSKsYGd15jI1L0mFB1GcFSPywNXIt5rbrxmnhxbzhTkX7RJhkcWIdlej50+fHF2DO5bDVVfEY6MEVfbMh1ZC5eFacFFg4xdt6S5F7/tkeNqo3odYc=

0 comments on commit 7c293d1

Please sign in to comment.