Skip to content

Commit 8600539

Browse files
committed
Tweak Travis config
1 parent abec318 commit 8600539

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.travis.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
language: php
1+
sudo: false
2+
3+
cache:
4+
directories:
5+
- $HOME/.composer/cache
26

37
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- hhvm
8+
- 5.4
9+
- 5.5
10+
- 5.6
11+
- nightly
12+
- hhvm
13+
- hhvm-nightly
814

915
matrix:
1016
allow_failures:
11-
- php: hhvm
17+
- php: nightly
18+
- php: hhvm-nightly
19+
fast_finish: true
1220

1321
before_script:
14-
- composer install --dev
22+
- composer install
1523

1624
script:
1725
- tests/run-tests.sh

0 commit comments

Comments
 (0)