Skip to content

Commit

Permalink
Merge dce4652 into 817d4d1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 26, 2018
2 parents 817d4d1 + dce4652 commit 051ea58
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

env:
global:
- TEST_COMMAND="composer test"

branches:
except:
- /^analysis-.*$/

matrix:
fast_finish: true
include:
Expand All @@ -30,10 +28,9 @@ matrix:
before_install:
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
- if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
- travis_retry composer self-update

install:
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

script:
- $TEST_COMMAND
Expand Down

0 comments on commit 051ea58

Please sign in to comment.