We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc8ba commit 8a1c814Copy full SHA for 8a1c814
1 file changed
.travis.yml
@@ -4,11 +4,13 @@ php:
4
- '7.1'
5
- '7.2'
6
- '7.3'
7
-- nightly
+- '7.4snapshot'
8
+- 'nightly'
9
matrix:
10
fast_finish: true
11
allow_failures:
- - php: nightly
12
+ - php: '7.4snapshot'
13
+ - php: 'nightly'
14
before_install:
15
- phpenv config-rm xdebug.ini || true
16
- "[[ $GITHUB_TOKEN ]] && composer config --global github-oauth.github.com $GITHUB_TOKEN"
0 commit comments