Skip to content

Commit 9c90653

Browse files
authored
use Ubuntu Precise for PHP 5.4 and 5.5 too
1 parent 696bb6c commit 9c90653

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.4
11-
- 5.5
1210
- 5.6
1311
- 7.0
1412
- 7.1
@@ -19,6 +17,10 @@ matrix:
1917
- php: 5.3
2018
dist: precise
2119
env: COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
20+
- php: 5.4
21+
dist: precise
22+
- php: 5.5
23+
dist: precise
2224
- php: 7.2
2325
env: deps="high"
2426

0 commit comments

Comments
 (0)