Skip to content

Commit

Permalink
PHP 7.0 not allowed to fail on Travis + prefer-dist on composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Mar 15, 2016
1 parent 4f9210d commit a113bd7
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 @@ -10,15 +10,14 @@ php:

matrix:
allow_failures:
- php: 7.0
- php: hhvm

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

install:
- composer --prefer-source --no-interaction update
- composer --prefer-dist --no-interaction update

script:
- bin/phpspec run --format=pretty
Expand Down

0 comments on commit a113bd7

Please sign in to comment.