Skip to content

Commit 6ac65f7

Browse files
committed
Use PHP 7.0 instead of nightly
1 parent c2674ae commit 6ac65f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- nightly
8+
- 7.0
99
- hhvm
1010

1111
# run build against nightly but allow them to fail
1212
matrix:
1313
fast_finish: true
1414
allow_failures:
15-
- php: nightly
15+
- php: 7.0
1616
- php: hhvm
1717

1818
# faster builds on new travis setup not using sudo
@@ -33,4 +33,4 @@ before_script:
3333

3434
script:
3535
- php data/bin/check_configuration.php
36-
- php -dshort_open_tag=Off -dmagic_quotes_gpc=Off data/bin/symfony symfony:test --trace
36+
- php data/bin/symfony symfony:test --trace

0 commit comments

Comments
 (0)