Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
use trusty for hhvm build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored Jul 14, 2017
1 parent c204ad8 commit 2b4b7f7
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 @@ -2,7 +2,6 @@ language: php

php:
- 7.1
- hhvm

sudo: false

Expand All @@ -20,6 +19,8 @@ matrix:
env: DEPS=dev
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest" REQUIREMENTS="phpcr/phpcr:2.1.2"
- php: hhvm
dist: trusty
fast_finish: true

before_install:
Expand Down

0 comments on commit 2b4b7f7

Please sign in to comment.