Skip to content

Commit c783d47

Browse files
committed
Update travis configuration.
1 parent 38261c6 commit c783d47

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
74
- 7.0
85
- 7.1
96
- 7.2
107
- 7.3
8+
- 7.4
9+
- 8.0
1110
- hhvm
1211
- nightly
1312

@@ -35,6 +34,6 @@ script:
3534
- if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then vendor/bin/phpunit; fi
3635

3736
after_script:
38-
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ "$TRAVIS_PHP_VERSION" == "7.1" ] || [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then php vendor/bin/php-coveralls -v; fi
39-
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ "$TRAVIS_PHP_VERSION" == "7.1" ] || [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
40-
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ "$TRAVIS_PHP_VERSION" == "7.1" ] || [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
37+
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ] || [ "$TRAVIS_PHP_VERSION" == "7.4" ] || [ "$TRAVIS_PHP_VERSION" == "8.0" ]; then php vendor/bin/php-coveralls -v; fi
38+
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ] || [ "$TRAVIS_PHP_VERSION" == "7.4" ] || [ "$TRAVIS_PHP_VERSION" == "8.0" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
39+
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ] || [ "$TRAVIS_PHP_VERSION" == "7.4" ] || [ "$TRAVIS_PHP_VERSION" == "8.0" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi

0 commit comments

Comments
 (0)