Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 0ef6fe5

Browse files
committed
Build: Update travis file to use dist trusty
Trusty has Java 8 Fixes #8457 Closes #8459
1 parent e695c6a commit 0ef6fe5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ language: php
33
php:
44
- "5.5"
55

6-
sudo: false
6+
sudo: required
7+
8+
dist: trusty
79

810
cache:
911
directories:
1012
- node_modules
1113

12-
before_script:
14+
before_script:
1315
- npm install -g grunt-cli
1416
- npm install
1517

0 commit comments

Comments
 (0)