There was an error while loading. Please reload this page.
1 parent 62c76f8 commit 3f73578Copy full SHA for 3f73578
.travis.yml
@@ -2,24 +2,23 @@ language: php
2
3
sudo: false
4
5
-env:
6
- global:
7
- - PHP_LATEST_VERSION=0
8
-
9
matrix:
10
- fast_finish: true
11
- include:
12
- - php: 7.0
13
- - php: 7.1
14
- env: PHP_LATEST_VERSION=1
+ fast_finish: true
+ include:
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
+ env: COMPOSER_FLAGS="--ignore-platform-reqs"
+ - php: nightly
15
16
cache:
17
directories:
18
- $HOME/.composer
19
20
install:
21
- phpenv config-rm xdebug.ini
22
- - composer install --prefer-dist
+ - composer install --prefer-dist $COMPOSER_FLAGS
23
24
script:
25
- php --no-php-ini ./vendor/bin/phpunit
0 commit comments