Skip to content
This repository was archived by the owner on Sep 16, 2021. 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
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ php:
- 7.1

sudo: required
dist: trusty

cache:
directories:
Expand All @@ -21,9 +20,12 @@ env:
matrix:
include:
- php: 5.6
dist: trusty
env:
- LANG=js
- NODE_RELEASE=6.x
- php: hhvm
dist: trusty
exclude:
- php: 5.6
env: NODE_RELEASE=6.x
Expand Down