Skip to content

Commit 27b3def

Browse files
add sudo required to travis.yml
1 parent 848a8a3 commit 27b3def

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ matrix:
1111
- php: 7.0
1212
- php: hhvm
1313
fast_finish: true
14-
14+
sudo: required
15+
dist: trusty
1516
cache:
1617
- apt
1718
addons:

0 commit comments

Comments
 (0)