Remove nightly.

This commit is contained in:
James Cole 2017-01-24 12:33:16 +01:00
parent bc1079364d
commit 76b32df622
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -2,7 +2,6 @@ language: php
php:
- 7.0
- 7.1
- nightly
cache:
directories:
@ -10,8 +9,7 @@ cache:
- $HOME/.composer/cache
install:
- if [[ "$(php -v | grep 'PHP 7.0')" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ "$(php -v | grep 'PHP 7.1')" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ "$(php -v | grep 'PHP 7')" ]]; then phpenv config-rm xdebug.ini; fi
- rm composer.lock
- composer update --no-scripts
- cp .env.testing .env