Skip to content

Commit 5c33e03

Browse files
committed
Fix CI
1 parent ae7881c commit 5c33e03

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: php
2-
2+
dist: trusty
33
php:
4-
- 5.4
4+
- 5.5
55
- 5.6
66
- 7.0
77
- 7.1
88
- 7.2
9-
10-
env:
11-
- TRAVIS=true
9+
- 7.3
1210

1311
matrix:
1412
fast_finish: true
13+
include:
14+
- php: 5.4
15+
dist: precise
1516

1617
before_install:
1718
- composer self-update || true

0 commit comments

Comments
 (0)