Skip to content

Commit 2ffde0b

Browse files
authored
Merge pull request #15 from clue-labs/tests
Update Travis config to test against legacy PHP 5.3 through PHP 7.2
2 parents c6111a2 + 877ab0e commit 2ffde0b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
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
9+
- 7.1
10+
- 7.2
11+
- hhvm # ignore errors, see below
12+
13+
# lock distro so future defaults will not break the build
14+
dist: trusty
915

10-
# also test against HHVM, but require "trusty" and ignore errors
1116
matrix:
1217
include:
13-
- php: hhvm
14-
dist: trusty
18+
- php: 5.3
19+
dist: precise
1520
allow_failures:
1621
- php: hhvm
1722

0 commit comments

Comments
 (0)