We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d30c49 commit 37e4384Copy full SHA for 37e4384
.travis.yml
@@ -28,6 +28,8 @@ matrix:
28
env: LARAVEL_VERSION=5.3.*
29
- php: 7.0
30
env: LARAVEL_VERSION=5.4.*
31
+ - php: 7.0
32
+ env: LARAVEL_VERSION=5.5.*
33
- php: 7.1
34
env: LARAVEL_VERSION=5.1.*
35
@@ -36,6 +38,8 @@ matrix:
36
38
37
39
40
41
+ - php: 7.1
42
43
- php: hhvm
44
45
dist: trusty
@@ -48,6 +52,9 @@ matrix:
48
52
49
53
50
54
55
+ - php: hhvm
56
57
+ dist: trusty
51
58
59
before_install:
60
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini ; fi
0 commit comments