Skip to content

Commit a22a82b

Browse files
committed
🔥
1 parent ded5dd7 commit a22a82b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: php
22

3-
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
3+
matrix:
4+
include:
5+
- php: 5.6
6+
- php: 7.0
7+
- php: 7.1
8+
- php: 7.2
9+
- php: 7.3
10+
- php: 7.4snapshot
11+
- php: nightly
12+
allow_failures:
13+
- php: 7.4snapshot
14+
- php: nightly
715

816
env:
917
- TEST_PHP_ARGS="-q"

0 commit comments

Comments
 (0)