Skip to content

Commit

Permalink
Removed HHVM from travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonphillips committed Sep 11, 2018
1 parent 17e4fe7 commit aad6fe5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ matrix:
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
env: HHVM=true
before_script:
- composer install
- if [[$HHVM == true]]; then composer require "phpunit/phpunit:5.7"; fi
script:
- ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpcs --extensions=php --report=summary --standard=PSR2 ./src ./tests
Expand Down

0 comments on commit aad6fe5

Please sign in to comment.