Skip to content

Commit 7c293d1

Browse files
authored
Merge pull request #22 from socrata/chrismetcalf/travis-notifications
Adding slack notifications
2 parents 1dfd8d8 + ccd5fcf commit 7c293d1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: php
22
php:
3-
- '5.6'
4-
- '7.0'
5-
- hhvm
6-
- nightly
3+
- '5.6'
4+
- '7.0'
5+
- hhvm
6+
- nightly
77
script: phpunit tests
8+
notifications:
9+
slack:
10+
secure: mSgMaVq5RYxcCuETKjfeNIKzAEto9lDpq9n4dgsRkaHxC1y9lwruDtEXRzHSKsYGd15jI1L0mFB1GcFSPywNXIt5rbrxmnhxbzhTkX7RJhkcWIdlej50+fHF2DO5bDVVfEY6MEVfbMh1ZC5eFacFFg4xdt6S5F7/tkeNqo3odYc=

0 commit comments

Comments
 (0)