Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix bash script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Levin committed Apr 3, 2015
1 parent 2471f1b commit ba966bf
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 @@ -17,7 +17,7 @@ matrix:
install: composer install --dev --no-interaction

script:
- if [[ $TRAVIS_PHP_VERSION = '7' || $TRAVIS_PHP_VERSION = 'hhvm' || $TRAVIS_PHP_VERSION = 'hhvm-nightly' ]]; then PHPUNIT_FLAGS="--process-isolation"
- if [[ $TRAVIS_PHP_VERSION = '7' || $TRAVIS_PHP_VERSION = 'hhvm' || $TRAVIS_PHP_VERSION = 'hhvm-nightly' ]]; then PHPUNIT_FLAGS="--process-isolation"; fi
- mkdir -p build/logs
- phpunit -v --configuration "phpunit.xml.dist" --coverage-clover build/logs/clover.xml $PHPUNIT_FLAGS

Expand Down

0 comments on commit ba966bf

Please sign in to comment.