Skip to content

Commit

Permalink
Figure out where hhvm test is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Feb 2, 2018
1 parent d4ba172 commit 4bed726
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,14 +1,13 @@
dist: trusty
# note: don't actually need sudo, but in order to use the deprecated image
# (for HHVM failure reasons), we must for now
# @see https://blog.travis-ci.com/2017-12-12-new-trusty-images-q4-launch
sudo: required
group: deprecated-2017Q4

language: php

php:
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm

before_script:
Expand Down

0 comments on commit 4bed726

Please sign in to comment.