Skip to content

Commit 6128d35

Browse files
authored
Merge pull request #19 from incarnate/patch-1
Update .travis.yml
2 parents 68dc631 + 3f59749 commit 6128d35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
9+
- 7.1
810
- hhvm
911

12+
# This triggers builds to run on the new TravisCI infrastructure.
13+
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
14+
sudo: false
15+
16+
## Cache composer
17+
cache:
18+
directories:
19+
- $HOME/.composer/cache
20+
1021
before_script:
1122
- composer install -n --dev --prefer-source
1223

0 commit comments

Comments
 (0)