Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Attempt to fix travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timjacobi authored Nov 2, 2017
1 parent bf0b6d3 commit 550f7d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
- travis_retry composer self-update
- composer validate
- if [[ $TRAVIS_SECURE_ENV_VARS = "true" ]]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi

install:
- travis_retry composer install --no-interaction --prefer-dist
Expand Down

0 comments on commit 550f7d7

Please sign in to comment.