Skip to content

Commit

Permalink
Fix .travis.yml shell syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
adamturcsan committed Jan 10, 2017
1 parent e565d78 commit 059716b
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 @@ -60,4 +60,4 @@ script:
- ./vendor/bin/phpunit --configuration phpunit.xml.dist test

after_script:
- if [[ $TEST_COVERAGE == 'true' ]]; ./vendor/bin/coveralls ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/coveralls ; fi

0 comments on commit 059716b

Please sign in to comment.