Skip to content

Commit 9c4c046

Browse files
committed
Upgraded Travis configuration
1 parent bbcc439 commit 9c4c046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- if [ "${DEPENDENCIES}" = "highest" ]; then composer update --prefer-dist --no-interaction --no-progress; fi;
2020
script:
2121
- bin/phing
22-
after_script:
23-
- if [ "${TRAVIS_ALLOW_FAILURE}" = false ]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar && php coveralls.phar --verbose --config build/coveralls.yml; fi
22+
after_success:
23+
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar && php php-coveralls.phar --verbose --config build/coveralls.yml
2424
notifications:
2525
email: false

0 commit comments

Comments
 (0)