Skip to content

Commit 7b64cf2

Browse files
committed
Travis: use PHP 7.0 instead of nightly
1 parent 75dcab2 commit 7b64cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99
- 5.4
1010
- 5.5
1111
- 5.6
12-
- nightly
12+
- 7.0
1313
- hhvm
1414

1515
matrix:
@@ -19,7 +19,7 @@ matrix:
1919
- php: 5.6
2020
env: SYMFONY_VERSION='2.7.*'
2121
allow_failures:
22-
- php: nightly
22+
- php: 7.0
2323
- php: hhvm
2424
fast_finish: true
2525

0 commit comments

Comments
 (0)