Skip to content

Commit

Permalink
Lock down HHVM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 17, 2020
1 parent e06c10a commit f7f7d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ matrix:
dist: bionic

install:
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then travis_retry composer require "doctrine/orm:2.5.*" --no-update ; fi
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then travis_retry composer require "illuminate/database:5.1.*" --no-update ; fi
- travis_retry composer install --no-suggest --prefer-dist -n -o

script:
Expand Down

0 comments on commit f7f7d0d

Please sign in to comment.