We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f99c4 commit 7302586Copy full SHA for 7302586
1 file changed
.travis.yml
@@ -3,7 +3,7 @@ language: php
3
branches:
4
only:
5
- master
6
- - /^[0-9]+\.[0-9]+\.[0-9]+$/
+ - /^([0-9]+\.){1,2}(x|[0-9]+)$/
7
8
matrix:
9
allow_failures:
@@ -23,8 +23,16 @@ matrix:
23
env: TYPO3_VERSION=^7.6
24
- php: 7.0
25
26
+ - php: 7.1
27
+ env: TYPO3_VERSION=^7.6
28
+ - php: 7.0
29
+ env: TYPO3_VERSION=^8.7
30
31
32
33
env: TYPO3_VERSION=dev-master
34
35
+ env: TYPO3_VERSION=dev-master
36
37
notifications:
38
email:
@@ -42,8 +50,6 @@ addons:
42
50
43
51
before_install:
44
52
- phpenv config-rm xdebug.ini
45
- - composer self-update
46
- - composer --version
47
53
48
54
before_script:
49
55
- composer require typo3/cms=$TYPO3_VERSION
0 commit comments