Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoshoya committed May 1, 2017
1 parent fc9a71d commit 2d1a590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ branches:
- /^\d+\.\d+$/

before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
- chmod +x phpunit

install: composer update $COMPOSER_FLAGS --prefer-dist

Expand Down

0 comments on commit 2d1a590

Please sign in to comment.