Skip to content

Commit

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

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

install:
- composer self-update
- composer install --no-dev

0 comments on commit 0046e6a

Please sign in to comment.