Skip to content

Commit 9204bb3

Browse files
committed
Update .travis.yml to test against nightly
1 parent cae88d8 commit 9204bb3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
language: php
1+
language: php
22

33
php:
4-
- 5.2
5-
- 5.3
6-
- 5.4
7-
- 5.5
4+
- nightly
85

96
notifications:
107
email: false
118
irc: false
12-
9+
1310
env:
1411
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1
1512

1613
#Compile
1714
before_script:
1815
- ./travis/compile.sh
1916

20-
# Run PHPs run-tests.php
17+
# Run PHPs run-tests.php
2118
script: make test

0 commit comments

Comments
 (0)