Skip to content

Commit 7302586

Browse files
committed
Add new builds
1 parent d6f99c4 commit 7302586

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
branches:
44
only:
55
- master
6-
- /^[0-9]+\.[0-9]+\.[0-9]+$/
6+
- /^([0-9]+\.){1,2}(x|[0-9]+)$/
77

88
matrix:
99
allow_failures:
@@ -23,8 +23,16 @@ matrix:
2323
env: TYPO3_VERSION=^7.6
2424
- php: 7.0
2525
env: TYPO3_VERSION=^7.6
26+
- php: 7.1
27+
env: TYPO3_VERSION=^7.6
28+
- php: 7.0
29+
env: TYPO3_VERSION=^8.7
30+
- php: 7.1
31+
env: TYPO3_VERSION=^8.7
2632
- php: 7.0
2733
env: TYPO3_VERSION=dev-master
34+
- php: 7.1
35+
env: TYPO3_VERSION=dev-master
2836

2937
notifications:
3038
email:
@@ -42,8 +50,6 @@ addons:
4250

4351
before_install:
4452
- phpenv config-rm xdebug.ini
45-
- composer self-update
46-
- composer --version
4753

4854
before_script:
4955
- composer require typo3/cms=$TYPO3_VERSION

0 commit comments

Comments
 (0)