Skip to content

Commit 6ff408a

Browse files
authored
Merge pull request #9 from StudioMaX/patch-2
Add PHP 7.3 to Travis, remove HHVM
2 parents 18bf229 + 19a651e commit 6ff408a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,21 @@ cache:
44
directories:
55
- $HOME/.composer/cache/files
66

7-
sudo: false
8-
97
php:
10-
- 5.4
11-
- 5.5
128
- 5.6
139
- 7.0
1410
- 7.1
1511
- 7.2
16-
- hhvm
12+
- 7.3
1713

1814
matrix:
1915
include:
2016
- php: 5.3
2117
dist: precise
22-
allow_failures:
23-
- php: hhvm
18+
- php: 5.4
19+
dist: trusty
20+
- php: 5.5
21+
dist: trusty
2422

2523
before_script:
2624
- curl -sS https://getcomposer.org/installer | php

0 commit comments

Comments
 (0)