Skip to content

Commit 9803f7f

Browse files
committed
travis fix
1 parent dc329db commit 9803f7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
sudo: false
22
language: php
33

4-
# HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`.
5-
dist: trusty
6-
74
cache:
85
directories:
96
- $HOME/.composer/cache
@@ -34,6 +31,8 @@ matrix:
3431
- CODE_COVERAGE="1"
3532
- php: nightly
3633
- php: hhvm
34+
# HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`.
35+
dist: trusty
3736
allow_failures:
3837
- php: nightly
3938

0 commit comments

Comments
 (0)