Skip to content

Commit

Permalink
Remove the php nightly experiment, php-cs-fixer requires less than ph…
Browse files Browse the repository at this point in the history
…p 7.3
  • Loading branch information
redthor committed Apr 2, 2018
1 parent 1a0cd2c commit 2b27251
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 @@ matrix:
# Test the latest
- php: 7.1
- php: 7.2
- php: nightly

# Test with the lowest deps
- php: 7.2
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"

before_script:
# Not using code coverage
- if [[ ${TRAVIS_PHP_VERSION} != "nightly" ]]; then phpenv config-rm xdebug.ini; fi
- phpenv config-rm xdebug.ini
- pecl install -f mongodb-stable
- composer config "platform.ext-mongo" "1.6.16"
- composer self-update
Expand Down

0 comments on commit 2b27251

Please sign in to comment.