Skip to content

Commit

Permalink
Merge pull request #2 from zfegg/develop
Browse files Browse the repository at this point in the history
travis fix phpunit covert
  • Loading branch information
Moln committed Oct 12, 2016
2 parents 6a10673 + c39c6c9 commit d377109
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
sudo: false
language: php

matrix:
fast_finish: true
allow_failures:
- php: hhvm
include:
- php: 5.6
env:
- EXECUTE_TEST_COVERALLS=true
- php: 7
env:
- CS_CHECK=true
- php: 7

cache:
directories:
Expand All @@ -31,4 +27,4 @@ script:
- if [[ $CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs ; fi

after_script:
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/coveralls -v ; fi
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then mkdir -p build/logs && ./vendor/bin/coveralls -v --coverage_clover=clover.xml ; fi

0 comments on commit d377109

Please sign in to comment.