File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +17
-10
lines changed
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ matrix:
42
42
env : LARAVEL_VERSION=5.5.*
43
43
- php : 7.1
44
44
env : LARAVEL_VERSION=5.6.*
45
+ - php : 7.1
46
+ env : LARAVEL_VERSION=5.7.*
45
47
- php : 7.2
46
48
env : LARAVEL_VERSION=5.1.*
47
49
- php : 7.2
@@ -54,16 +56,18 @@ matrix:
54
56
env : LARAVEL_VERSION=5.5.*
55
57
- php : 7.2
56
58
env : LARAVEL_VERSION=5.6.*
57
- - php : hhvm
59
+ - php : 7.2
60
+ env : LARAVEL_VERSION=5.7.*
61
+ - php : hhvm-3.18
58
62
env : LARAVEL_VERSION=5.1.*
59
63
dist : trusty
60
- - php : hhvm
64
+ - php : hhvm-3.18
61
65
env : LARAVEL_VERSION=5.2.*
62
66
dist : trusty
63
- - php : hhvm
67
+ - php : hhvm-3.18
64
68
env : LARAVEL_VERSION=5.3.*
65
69
dist : trusty
66
- - php : hhvm
70
+ - php : hhvm-3.18
67
71
env : LARAVEL_VERSION=5.4.*
68
72
dist : trusty
69
73
@@ -75,4 +79,7 @@ before_install:
75
79
install :
76
80
- travis_retry composer install --no-suggest --prefer-dist -n -o
77
81
82
+ before_script :
83
+ - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar ; fi
84
+
78
85
script : vendor/bin/phpunit
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " >=5.5.9" ,
18
- "illuminate/contracts" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
19
- "illuminate/filesystem" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
20
- "illuminate/http" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
21
- "illuminate/routing" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
22
- "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
23
- "illuminate/view" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
18
+ "illuminate/contracts" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
19
+ "illuminate/filesystem" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
20
+ "illuminate/http" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
21
+ "illuminate/routing" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
22
+ "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
23
+ "illuminate/view" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
24
24
"mrclay/minify" : " ^2.2"
25
25
},
26
26
"require-dev" : {
You can’t perform that action at this time.
0 commit comments