Skip to content

Commit 9b41a02

Browse files
authored
Travis: external build scripts
1 parent 99adf58 commit 9b41a02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ matrix:
77
include:
88
- php: 7.0
99
- php: 7.1
10+
env: CODE_COVERAGE=1
1011
- php: 7.2
12+
env: COMPOSER_FLAGS="--ignore-platform-reqs"
1113
- php: nightly
14+
env: COMPOSER_FLAGS="--ignore-platform-reqs"
1215

1316
cache:
1417
directories:
1518
- $HOME/.composer
1619

17-
install:
18-
- phpenv config-rm xdebug.ini || return 0
19-
- composer install --prefer-dist
20+
install: wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-install.sh | sh
2021

21-
script:
22-
- php --no-php-ini ./vendor/bin/phpunit
22+
script: wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-script.sh | sh
2323

2424
notifications:
2525
email: false

0 commit comments

Comments
 (0)