Skip to content

Commit 5e3b3ac

Browse files
authored
Merge branch 'master' into bugfix_extract_gps
2 parents b58cea9 + ce410fe commit 5e3b3ac

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
language: php
22

3-
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
3+
env:
4+
global:
5+
- DEPENDENCIES=no
86

97
matrix:
10-
allow_failures:
8+
include:
9+
- php: 5.3
10+
dist: precise
11+
- php: 5.4
12+
dist: precise
1113
- php: 5.6
14+
- php: 7.0
15+
- php: 7.1
16+
- php: nightly
17+
allow_failures:
18+
- php: 7.2
19+
- php: nightly
1220

1321
script:
1422
- mkdir -p build/logs

0 commit comments

Comments
 (0)