We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd71f2e + 75d89f6 commit c6490bdCopy full SHA for c6490bd
1 file changed
.travis.yml
@@ -5,6 +5,12 @@ php:
5
- 5.5
6
- 5.6
7
- 7.0
8
+ - 7.1
9
- hhvm
10
+
11
+matrix:
12
+ allow_failures:
13
+ - php: hhvm
14
15
before_script:
16
- composer install
0 commit comments