Skip to content

Commit

Permalink
Revert "Attempt to test multiple laravel versions with travis"
Browse files Browse the repository at this point in the history
This reverts commit 1ae02c3.
  • Loading branch information
gerardojbaez committed Nov 28, 2017
1 parent cf21f21 commit 77312d5
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,6 @@ cache:
directories:
- $HOME/.composer/cache

env:
- ILLUMINATE_VERSION=5.3.*
- TESTBENCH_VERSION=3.3.*

matrix:
include:
- php: 5.6
env: ILLUMINATE_VERSION=5.3.*
- php: 5.6
env: ILLUMINATE_VERSION=5.4.* TESTBENCH_VERSION=3.4.*
- php: 7.0
env: ILLUMINATE_VERSION=5.3.*
- php: 7.0
env: ILLUMINATE_VERSION=5.4.* TESTBENCH_VERSION=3.4.*
- php: 7.1
env: ILLUMINATE_VERSION=5.3.*
- php: 7.1
env: ILLUMINATE_VERSION=5.4.* TESTBENCH_VERSION=3.4.*

before_script:
- composer require "illuminate/support:${ILLUMINATE_VERSION}" --no-update
- composer require "illuminate/database:${ILLUMINATE_VERSION}" --no-update
- composer require "orchestra/testbench:${TESTBENCH_VERSION}" --dev --no-update
- composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- composer dumpautoload -o
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- composer dumpautoload -o

0 comments on commit 77312d5

Please sign in to comment.