We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61502af commit 47a1cedCopy full SHA for 47a1ced
.travis.yml
@@ -1,13 +1,18 @@
1
language: php
2
sudo: false
3
4
-php:
5
- - "7.0"
6
- - "7.1"
7
- - "7.2"
8
-
9
matrix:
10
- fast_finish: true
+ fast_finish: true
+ include:
+ - php: "7.0"
+ - php: "7.1"
+ - php: "7.2"
+ - php: "7.3"
11
+ - php: "7.4snapshot"
12
+ - php: "nightly"
13
+ allow_failures:
14
15
16
17
install:
18
- composer self-update
0 commit comments