Skip to content

Commit

Permalink
Use PHP 7.0 instead of nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Feb 1, 2016
1 parent c2674ae commit 6ac65f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ php:
- 5.4
- 5.5
- 5.6
- nightly
- 7.0
- hhvm

# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.0
- php: hhvm

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

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

0 comments on commit 6ac65f7

Please sign in to comment.