Skip to content

Commit a5c8269

Browse files
committed
PR #12 from zonky2
Conflicts: .travis.yml
2 parents 718c0f9 + 38aab1c commit a5c8269

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

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

33
php:
4-
- "5.6"
5-
- "7.0"
6-
- "7.1"
74
- "7.2"
5+
- "7.1"
6+
- "7.0"
7+
- "5.6"
88

99
env:
1010
- CONTAO_VERSION=~3.5.5
@@ -24,3 +24,7 @@ script: ant -keep-going
2424
# Hack to make things work again - we can not use a shallow repository.
2525
git:
2626
depth: 2147483647
27+
28+
cache:
29+
directories:
30+
- vendor

0 commit comments

Comments
 (0)