We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae88d8 commit 9204bb3Copy full SHA for 9204bb3
1 file changed
.travis.yml
@@ -1,21 +1,18 @@
1
-language: php
+language: php
2
3
php:
4
- - 5.2
5
- - 5.3
6
- - 5.4
7
- - 5.5
+ - nightly
8
9
notifications:
10
email: false
11
irc: false
12
-
+
13
env:
14
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1
15
16
#Compile
17
before_script:
18
- ./travis/compile.sh
19
20
-# Run PHPs run-tests.php
+# Run PHPs run-tests.php
21
script: make test
0 commit comments