Skip to content

Commit

Permalink
Coveralls only PHP 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Jan 15, 2016
1 parent 577515c commit 4fcffd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: php
php:
- 5.5
- 5.6
- 7
- 7.0
- hhvm

before_script:
Expand All @@ -16,5 +16,5 @@ script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then php vendor/bin/coveralls -v; fi;'

0 comments on commit 4fcffd6

Please sign in to comment.