Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm

sudo: false

cache:
directories:
- $HOME/.composer/cache

matrix:
include:
- php: hhvm
dist: trusty

before_install:
- travis_retry composer self-update

Expand Down