Skip to content

Commit ae60206

Browse files
author
Norbert Orzechowicz
committed
Merge pull request #68 from norzechowicz/travis-ci
Added composer cache folder and move to new infrastructure
2 parents 7c7e79d + c3704d6 commit ae60206

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
@@ -1,5 +1,11 @@
11
language: php
22

3+
sudo: false
4+
5+
cache:
6+
directories:
7+
- $HOME/.composer/cache
8+
39
matrix:
410
include:
511
- php: 5.3

0 commit comments

Comments
 (0)