We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ef9a5 + 225da00 commit 02091bbCopy full SHA for 02091bb
1 file changed
.travis.yml
@@ -1,7 +1,8 @@
1
language: php
2
php:
3
- 5.6
4
- - 7
+ - 7.0
5
+ - 7.1
6
7
env:
8
global:
@@ -46,13 +47,13 @@ script:
46
47
48
matrix:
49
include:
- - php: 5.6
50
+ - php: 7.0
51
env: DB=mysql
52
53
env: DB=pgsql
54
55
env: DB=mysql;CODECHECK=1
56
57
env: DB=mysql;CODECHECK=2
58
allow_failures:
59
- env: DB=mysql;CODECHECK=2
0 commit comments