Skip to content

Commit 81e8a16

Browse files
committed
Merge PR #22 from zonky2
Conflicts: .travis.yml composer.json
2 parents 2ae3883 + 0cc317d commit 81e8a16

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

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

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

99
env:
1010
- CONTAO_VERSION=~3.5.5
1111

12-
# Exclude impossible Contao Version combinations.
13-
matrix:
14-
exclude:
15-
1612
sudo: false
1713

1814
before_install:

0 commit comments

Comments
 (0)