Skip to content

Commit

Permalink
Fix HHVM tests failing on Travis (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde authored and manicki committed Jun 23, 2017
1 parent b29a2c0 commit c84e181
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
language: php

dist: trusty

php:
- 5.5
- 5.6
- 7
- 7.0
- 7.1
- hhvm

before_script:
- composer install --prefer-source

script:
- phpunit
- composer test

cache:
directories:
Expand Down

0 comments on commit c84e181

Please sign in to comment.