Skip to content

Commit 7972a20

Browse files
committed
Always use trusty
1 parent 9512b33 commit 7972a20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: php
22

3+
dist: trusty
4+
35
sudo: false
46

57
cache:
@@ -11,15 +13,11 @@ matrix:
1113
- php: 7.1
1214
- php: nightly
1315
- php: hhvm
14-
dist: trusty
1516
- php: hhvm-nightly
16-
dist: trusty
1717
# Allow failures until Travis build includes HHVM 3.20.2 which fix the issue with composer (see http://hhvm.com/blog/2017/06/07/hhvm-3-20.html)
1818
allow_failures:
1919
- php: hhvm
20-
dist: trusty
2120
- php: hhvm-nightly
22-
dist: trusty
2321
fast_finish: true
2422

2523
before_install:

0 commit comments

Comments
 (0)