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 committed Jul 16, 2017
1 parent c204ad8 commit 317f6e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 All @@ -29,7 +30,7 @@ before_install:
- if [ "$REQUIREMENTS" != "" ]; then composer require --no-update $REQUIREMENTS; fi
- if [ "$DEPS" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi

install: composer update --prefer-dist $COMPOSER_FLAGS
install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS

script: vendor/bin/simple-phpunit

Expand Down

0 comments on commit 317f6e5

Please sign in to comment.