Skip to content

Commit

Permalink
Merge pull request #70 from DanielRuf/tests/hhvm3-optimization
Browse files Browse the repository at this point in the history
tests: only run commands on hhvm job
  • Loading branch information
yswery committed Sep 26, 2018
2 parents 8f86039 + 5e269e7 commit 9a2d851
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ php:
- "7.1"
- "7.0"
- "5.6"
- "hhvm"
before_install:
- sudo apt-get update
- sudo apt-get install hhvm=3.\*
- if [[ $HHVM == true ]]; then sudo apt-get update; fi
- if [[ $HHVM == true ]]; then sudo apt-get install hhvm=3.\*; fi
before_script:
- composer install
after_script:
- php vendor/bin/php-coveralls -v
dist: xenial
sudo: required
dist: trusty
sudo: required
matrix:
include:
- php: hhvm
env: HHVM=true

0 comments on commit 9a2d851

Please sign in to comment.