Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2d6fdb8

Browse files
committed
Use new Travis docker based env and caching
1 parent d3f7256 commit 2d6fdb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ php:
77
- 5.6
88
- hhvm
99

10+
sudo: false
11+
12+
cache:
13+
directories:
14+
- $HOME/.composer/cache
15+
1016
env:
1117
- SYMFONY_VERSION=2.5.*
1218

0 commit comments

Comments
 (0)