Skip to content

Commit 0e41940

Browse files
committed
updated travis
1 parent b362fcd commit 0e41940

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
File renamed without changes.

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ sudo: false
22
language: php
33

44
php:
5-
- 5.4
5+
- 5.5.9
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
910

1011
before_script:
@@ -15,5 +16,5 @@ script:
1516
- phpunit --coverage-text --coverage-clover=coverage.clover
1617

1718
after_script:
18-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
19-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
19+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
20+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'

0 commit comments

Comments
 (0)