Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Gerrand committed Oct 1, 2013
1 parent eb6661c commit d3f8804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_script:
- cp -v phpunit.dist.xml phpunit.xml
- mkdir -p build/logs
script:
- sh -c "if [ '$TRAVIS_REPO_SLUG' = 'bigcommerce/bigcommerce-api-php' ] then phpunit --include integration; else phpunit --exclude-group integration; fi"
- sh -c "if [ '$TRAVIS_REPO_SLUG' = 'bigcommerce/bigcommerce-api-php' ]; then phpunit --include integration; else phpunit --exclude-group integration; fi"
after_script:
- php vendor/bin/coveralls -v
env:
Expand Down

0 comments on commit d3f8804

Please sign in to comment.