Skip to content

Commit ba415aa

Browse files
committed
Fix CI
1 parent dc97088 commit ba415aa

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
language: php
2-
2+
dist: trusty
33
php:
4-
- 5.6
54
- 5.5
6-
- 5.4
7-
# - 5.3
8-
- 7.0
9-
10-
env:
11-
- TRAVIS=true
5+
- 5.6
126

137
matrix:
148
fast_finish: true
9+
include:
10+
- php: 5.3
11+
dist: precise
12+
- php: 5.4
13+
dist: precise
14+
15+
env:
16+
- TRAVIS=true
1517

1618
before_install:
1719
- composer self-update || true

0 commit comments

Comments
 (0)