No more PHP 5.5-tests; fixed travis retry-error.

This commit is contained in:
Marcus Olsson 2016-11-07 17:19:16 +01:00
parent 3848e7831c
commit 49518b55c1
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- nightly
before_script: composer install
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-dist --no-interaction
script: phpunit