Skip to content

Commit 505dfbf

Browse files
committed
Update Travis distro to precise, except for legacy PHP
1 parent d5bdc21 commit 505dfbf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

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

33
php:
4-
- 5.3
4+
# - 5.3 # requires old distro, see below
55
- 5.4
66
- 5.5
77
- 5.6
88
- 7.0
99
- 7.1
10+
- hhvm # ignore errors, see below
1011

1112
sudo: false
1213

1314
# lock distro so new future defaults will not break the build
14-
dist: precise
15+
dist: trusty
1516

16-
# also test against HHVM, but require "trusty" and ignore errors
1717
matrix:
1818
include:
19-
- php: hhvm
20-
dist: trusty
19+
- php: 5.3
20+
dist: precise
2121
allow_failures:
2222
- php: hhvm
2323

2424
install:
25-
- composer install --prefer-source --no-interaction
25+
- composer install --no-interaction
2626

2727
script:
2828
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)