Skip to content

Commit 10d4c29

Browse files
Merge remote-tracking branch 'upstream/master' into add-zipcode-search
2 parents c35f71c + b621e20 commit 10d4c29

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.travis.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
language: php
2-
1+
dist: trusty
32
sudo: false
43

5-
php:
6-
- 5.3
7-
- 5.4
8-
- 5.5
9-
- 5.6
10-
- 7.0
11-
- 7.1
12-
- nightly
13-
- hhvm
4+
language: php
145

156
matrix:
7+
include:
8+
- php: hhvm
9+
- php: nightly
10+
- php: 7.2
11+
- php: 7.1
12+
- php: 7.0
13+
- php: 5.6
14+
- php: 5.5
15+
- php: 5.4
16+
- php: 5.3
17+
dist: precise
1618
fast_finish: true
1719
allow_failures:
1820
- php: nightly

0 commit comments

Comments
 (0)