Skip to content

Commit

Permalink
fixed travis hhvm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
henobi authored and martinseener committed May 9, 2017
1 parent 819fa78 commit 1849ca1
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
sudo: false

cache:
directories:
- $HOME/.composer/cache/files

before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev

script: vendor/bin/phpunit
- composer self-update
- composer install --no-interaction --prefer-source --dev

script: ./vendor/bin/phpunit

matrix:
include:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm-3.18
sudo: required
dist: trusty
group: edge

cache:
directories:
- .phpunit

0 comments on commit 1849ca1

Please sign in to comment.