Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpina committed Feb 14, 2016
1 parent 97a8f58 commit 9253a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ before_script:

script:
- if [[ "$EXECUTE_TEST_COVERAGE" != 'true' ]]; then vendor/bin/phpunit ; vendor/bin/phpunit --coverage-clover=build/logs/clover.xml ; fi
- if [[ "$EXECUTE_TEST_COVERAGE" = 'true' ]]; then vendor/bin/phpcs --standard=psr2 src/ ; fi
- if [[ "$EXECUTE_CS_CHECK" = 'true' ]]; then vendor/bin/phpcs --standard=psr2 src/ ; fi

after_script:
- if [[ "$EXECUTE_TEST_COVERALLS" = "true" ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml; fi
- if [[ "$EXECUTE_TEST_COVERAGE" = "true" ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml; fi

notifications:
on_success: never
Expand Down

0 comments on commit 9253a1d

Please sign in to comment.