Skip to content

Commit 665a9f0

Browse files
author
Tortue Torche
committed
Revert "Config tests for supporting Laravel 5.2"
This reverts commit 8b5db3b.
1 parent cabf0fc commit 665a9f0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99

1010
matrix:
1111
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
1313
- php: hhvm
1414
- php: 7.0
1515

@@ -18,11 +18,10 @@ sudo: false
1818
env:
1919
- LARAVEL_VERSION="~5.0.0" TESTBENCH_VERSION="~3.0.0"
2020
- LARAVEL_VERSION="~5.1.0" TESTBENCH_VERSION="~3.1.0"
21-
- LARAVEL_VERSION="~5.2.0" TESTBENCH_VERSION="~3.2.0"
2221

2322
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
2625
- composer update # Use update since we'll be changing the composer.json
2726

2827
script: vendor/bin/phpunit tests

0 commit comments

Comments
 (0)