Skip to content

Commit

Permalink
Tune travis build: xdebug, composer selfupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Mar 14, 2016
1 parent c877f0b commit a28f2a2
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 @@ -13,9 +13,11 @@ matrix:
- php: 7.0
- php: hhvm

before_script:
- phpenv config-rm xdebug.ini
before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
- composer selfupdate

install:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --no-interaction install

script:
Expand Down

0 comments on commit a28f2a2

Please sign in to comment.