File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
matrix :
11
11
allow_failures :
12
- - php : 5.4 # Allow PHP 5.4 failures because Laravel >= 5.1 requires PHP >= 5.5
12
+ - php : 5.4 # Allow PHP 5.4 failures because Laravel 5.1 requires PHP >= 5.5
13
13
- php : hhvm
14
14
- php : 7.0
15
15
@@ -18,11 +18,10 @@ sudo: false
18
18
env :
19
19
- LARAVEL_VERSION="~5.0.0" TESTBENCH_VERSION="~3.0.0"
20
20
- LARAVEL_VERSION="~5.1.0" TESTBENCH_VERSION="~3.1.0"
21
- - LARAVEL_VERSION="~5.2.0" TESTBENCH_VERSION="~3.2.0"
22
21
23
22
before_install :
24
- - sed -i s/~5.0.0\|\|~5.1.0\|\|~5.2.0 /${LARAVEL_VERSION}/ composer.json
25
- - sed -i s/~3.0.0\|\|~3.1.0\|\|~3.2.0 /${TESTBENCH_VERSION}/ composer.json
23
+ - sed -i s/~5.0.0\|\|~5.1.0/${LARAVEL_VERSION}/ composer.json
24
+ - sed -i s/~3.0.0\|\|~3.1.0/${TESTBENCH_VERSION}/ composer.json
26
25
- composer update # Use update since we'll be changing the composer.json
27
26
28
27
script : vendor/bin/phpunit tests
You can’t perform that action at this time.
0 commit comments