Skip to content

Commit

Permalink
Optimized travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenKoehn committed Jan 16, 2016
1 parent 9274dd7 commit 06cfe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ php:

before_script:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
- composer self-update
- composer install
- travis_retry composer self-update
- travis_retry composer install

0 comments on commit 06cfe6f

Please sign in to comment.