Skip to content

Commit 4dcd7b7

Browse files
authored
Merge pull request propelorm#467 from jaugustin/1.6
add php 7.1, 7.2, to travis ci, allow failure only for php 7.2
2 parents e10bb77 + 95aaa47 commit 4dcd7b7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9+
- 7.1
10+
- 7.2
911
- hhvm
1012

1113
cache:
@@ -20,7 +22,7 @@ matrix:
2022
fast_finish: true
2123

2224
allow_failures:
23-
- php: 7.0
25+
- php: 7.2
2426
- php: hhvm
2527

2628
before_install:

0 commit comments

Comments
 (0)