Skip to content

Commit 3c5fb34

Browse files
committed
fixed Travis config
1 parent 62a9c86 commit 3c5fb34

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

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

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1
9+
- hhvm
1010

1111
env:
1212
- SYMFONY_VERSION='2.7.*'
1313

1414
matrix:
1515
include:
16-
- php: hhvm
17-
dist: trusty
16+
- php: 5.3
17+
dist: precise
1818
- php: 5.3.3
19+
dist: precise
1920
env: DEPS='lowest'
2021
- php: 5.6
2122
env: DEPS='unmodified' SYMFONY_DEPRECATIONS_HELPER='666'

0 commit comments

Comments
 (0)