Skip to content

Commit 2ac4187

Browse files
committed
Test travis.yml
1 parent addda49 commit 2ac4187

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ before_install:
2323

2424
before_script:
2525
- composer self-update
26-
- |
27-
if [[ "$TRAVIS_PHP_VERSION" == "7.1" && "$LARAVEL_VERSION" == "7.*" ]]; then
28-
composer create-project --prefer-dist laravel/laravel cms "6.*"
29-
else if [[ "$TRAVIS_PHP_VERSION" == "7.1" && "$LARAVEL_VERSION" == "6.*" ]]; then
26+
- |-
27+
if [[ "$TRAVIS_PHP_VERSION" == "7.1" && "$LARAVEL_VERSION" == "6.*" ]]; then
3028
composer create-project --prefer-dist laravel/laravel cms "5.7.*"
3129
else
3230
composer create-project --prefer-dist laravel/laravel cms "${LARAVEL_VERSION}"

0 commit comments

Comments
 (0)