Skip to content

Commit

Permalink
Simplify travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 6, 2019
1 parent a80d8b3 commit 17757e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -24,8 +24,6 @@ matrix:
env: PREFER_LOWEST=1

before_script:
- if [[ $TRAVIS_PHP_VERSION != 7.0 ]]; then phpenv config-rm xdebug.ini; fi

- if [[ $PREFER_LOWEST != 1 ]]; then composer update --no-interaction; fi
- if [[ $PREFER_LOWEST == 1 ]]; then composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction; fi

Expand Down

0 comments on commit 17757e2

Please sign in to comment.