Skip to content

Commit

Permalink
Removed integration tests from travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
petemcfarlane committed Feb 10, 2016
1 parent 2ad6faf commit 6c2e707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ install:
- composer install --prefer-dist

script:
- if [ "$COVERAGE" = "yes" ]; then phpunit --coverage-text --coverage-clover=coverage.clover; else phpunit; fi
- if [ "$COVERAGE" = "yes" ]; then phpunit --coverage-text --coverage-clover=coverage.clover --testsuite "UecodeQPushBundle Test Suite"; else phpunit --testsuite "UecodeQPushBundle Test Suite"; fi

after_script:
- if [ "$COVERAGE" = "yes" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
Expand Down

0 comments on commit 6c2e707

Please sign in to comment.