Skip to content

Commit 44aae3c

Browse files
authored
Merge pull request #17 from photodude/patch-1
Run on the Trusty Beta container
2 parents 3c0d40b + a506be0 commit 44aae3c

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.travis.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
sudo: false
3+
dist: trusty
34

45
## Cache composer bits
56
cache:
@@ -11,6 +12,7 @@ php:
1112
- 7.0
1213
- 7.1
1314
- nightly
15+
- hhvm
1416
## environment variables, one build is created for each
1517
env:
1618
- dependencies=lowest
@@ -19,22 +21,7 @@ env:
1921

2022
## Build matrix for PHP versions we test against with lowest and highest possible targets
2123
matrix:
22-
include:
23-
- php: hhvm
24-
sudo: true
25-
dist: trusty
26-
group: edge # until the next major travis stable update
27-
env: dependencies=lowest
28-
- php: hhvm
29-
sudo: true
30-
dist: trusty
31-
group: edge # until the next major travis stable update
32-
env: dependencies=current
33-
- php: hhvm
34-
sudo: true
35-
dist: trusty
36-
group: edge # until the next major travis stable update
37-
env: dependencies=highest
24+
fast_finish: true
3825
allow_failures:
3926
- php: hhvm
4027

0 commit comments

Comments
 (0)