Skip to content

Commit

Permalink
Admit at least an intent of build on HHVM
Browse files Browse the repository at this point in the history
More information: composer/composer#4976
  • Loading branch information
unreal4u committed Aug 30, 2016
1 parent 9aa62e0 commit a4a0d76
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 @@ -9,7 +9,7 @@ matrix:
before_script:
- "mkdir -p ~/.composer"
- composer self-update
- composer install -o
- composer install -o --ignore-platform-reqs
script:
- vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover
- vendor/bin/phpcs src/ --standard=psr2 -sp
Expand Down

0 comments on commit a4a0d76

Please sign in to comment.