Skip to content

Commit ae5fbc0

Browse files
committed
Switch to the docker-based infrastructure on Travis
This infrastructure is faster and allows to use the composer cache.
1 parent b5202eb commit ae5fbc0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: php
22

3+
sudo: false
4+
5+
cache:
6+
directory:
7+
- $HOME/.composer/cache
8+
39
php:
410
- 5.3
511
- 5.4
@@ -8,4 +14,4 @@ php:
814
- hhvm
915

1016
before_script:
11-
- composer --prefer-source --dev install
17+
- composer install -n

0 commit comments

Comments
 (0)