We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55356ca commit 6cb97f2Copy full SHA for 6cb97f2
1 file changed
.travis.yml
@@ -1,13 +1,12 @@
1
language: php
2
-
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - hhvm
9
+- 5.3
+- 5.4
+- 5.5
+- 5.6
+- hhvm
10
before_script: composer install
11
12
script: phpunit --process-isolation test/unit
13
+notifications:
+ slack:
+ secure: uttJ78cpkV9czhoKXtAoop8UBWPVtF+fwKlKS47c4EW7ZfVx9jAII2yLb5yZjdLDnM7YAluujUBIqyESvwLY0h7azLsorSIEqNt9GlBi4B7DSGAdo46lFbqsdjrLwM1gOhiP7Fl4hFiQ2+jA9Fsj3W2yZ6rbF7endv7Gx5FMlFg=
0 commit comments