Skip to content

Commit dc329db

Browse files
committed
travis fix
1 parent e67bbae commit dc329db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
47
cache:
58
directories:
69
- $HOME/.composer/cache
@@ -27,7 +30,6 @@ matrix:
2730
- PHPDOC="1"
2831
- php: 7.0
2932
- php: 7.1
30-
- php: 7.2
3133
env:
3234
- CODE_COVERAGE="1"
3335
- php: nightly

0 commit comments

Comments
 (0)