Skip to content

Commit

Permalink
Fixed travis hhvm settings. (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored and mrook committed Jun 19, 2017
1 parent f8ffb60 commit a1f01e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -10,10 +10,15 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
fast_finish: true
include:
# test against the latest HHVM version by using trusty
- php: hhvm
sudo: true
dist: trusty
group: edge

cache:
directories:
Expand Down

0 comments on commit a1f01e3

Please sign in to comment.