We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bee4b commit 19a651eCopy full SHA for 19a651e
.travis.yml
@@ -4,23 +4,21 @@ cache:
4
directories:
5
- $HOME/.composer/cache/files
6
7
-sudo: false
8
-
9
php:
10
- - 5.4
11
- - 5.5
12
- 5.6
13
- 7.0
14
- 7.1
15
- 7.2
16
- - hhvm
+ - 7.3
17
18
matrix:
19
include:
20
- php: 5.3
21
dist: precise
22
- allow_failures:
23
- - php: hhvm
+ - php: 5.4
+ dist: trusty
+ - php: 5.5
24
25
before_script:
26
- curl -sS https://getcomposer.org/installer | php
0 commit comments