Skip to content

Commit 7e039f9

Browse files
committed
[skip ci] fix .travis.yml
1 parent b0370e6 commit 7e039f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: php
33

4+
# The nightly builds are a week old. Wait until php 8.0 is stabilized?
45
php:
56
- 7.0
67
- 7.1
@@ -11,7 +12,7 @@ php:
1112

1213
matrix:
1314
allow_failures:
14-
- php: master
15+
- php: nightly
1516

1617
before_script:
1718
- phpize

0 commit comments

Comments
 (0)