Skip to content

Commit

Permalink
Move HVVM to another linux distributive for Travis (#46)
Browse files Browse the repository at this point in the history
* Move HVVM to another linux distributive for Travis

* Change HVVM version to fix Travis

* Fix typo in php 'hhvm' version
  • Loading branch information
terales authored and samdark committed Aug 15, 2017
1 parent 1315886 commit c650baf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7.0
- 7.1
- nightly
matrix:
include:
- php: hhvm
dist: trusty
before_script:
- composer install

0 comments on commit c650baf

Please sign in to comment.