Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed Apr 15, 2015
1 parent 079e2ce commit c84f6cc
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 @@ -20,7 +20,7 @@ cache:
- $HOME/.composer/cache

before_script:
- sh -c "if [ \"$TRAVIS_PHP_VERSION\" = \"hhvm\" ]; then composer require --dev mongofill/mongofill=dev-master --no-update; fi"
- sh -c "if [ \"$TRAVIS_PHP_VERSION\" == \"hhvm\" ]; then composer require --dev mongofill/mongofill=dev-master --no-update; fi"
- composer install --dev --no-progress --no-plugins

script: phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit c84f6cc

Please sign in to comment.