We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99adf58 commit 9b41a02Copy full SHA for 9b41a02
.travis.yml
@@ -7,19 +7,19 @@ matrix:
7
include:
8
- php: 7.0
9
- php: 7.1
10
+ env: CODE_COVERAGE=1
11
- php: 7.2
12
+ env: COMPOSER_FLAGS="--ignore-platform-reqs"
13
- php: nightly
14
15
16
cache:
17
directories:
18
- $HOME/.composer
19
-install:
- - phpenv config-rm xdebug.ini || return 0
- - composer install --prefer-dist
20
+install: wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-install.sh | sh
21
-script:
22
- - php --no-php-ini ./vendor/bin/phpunit
+script: wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-script.sh | sh
23
24
notifications:
25
email: false
0 commit comments