Skip to content

Commit

Permalink
Adding HHVM to the PHP test versions, but allowing
Browse files Browse the repository at this point in the history
it to fail for now
  • Loading branch information
Rican7 committed Jan 4, 2014
1 parent bbbeac4 commit a0ac6bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,10 +3,16 @@ php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- hhvm


before_script: before_script:
- composer install --prefer-dist --dev - composer install --prefer-dist --dev


script: script:
- ./vendor/bin/phpunit - ./vendor/bin/phpunit
- ./vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 -p src/ tests/ - ./vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 -p src/ tests/

matrix:
allow_failures:
- php: hhvm
fast_finish: true

0 comments on commit a0ac6bf

Please sign in to comment.