Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Fix HHVM Travis build
Browse files Browse the repository at this point in the history
Enforce HHVM 3.9 on Ubuntu Trusty.
  • Loading branch information
curry684 committed Jan 15, 2017
1 parent 7466537 commit 79ff26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ matrix:
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm
- php: hhvm-3.9
dist: trusty

before_script:
- curl --version
Expand Down

0 comments on commit 79ff26d

Please sign in to comment.