diff --git a/.travis.yml b/.travis.yml index 90802bb7..6774e8b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: