Skip to content

Commit

Permalink
That's an if fail...
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrainbow committed Jul 27, 2012
1 parent e68e710 commit 3f2e505
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 @@ -10,5 +10,5 @@ before_script:

# Traits are a no-no for PHP 5.3 - so don't run code coverage reports
script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then phpunit -c phpunit.xml.dist
- if [[ "$TRAVIS_PHP_VERSION" == "5.4" ]]; then phpunit -c phpunit.xml.dist --coverage-text
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then phpunit -c phpunit.xml.dist; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.4" ]]; then phpunit -c phpunit.xml.dist --coverage-text; fi

0 comments on commit 3f2e505

Please sign in to comment.