File tree Expand file tree Collapse file tree 3 files changed +19
-12
lines changed
Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - " 5.3"
5- - " 5.4"
6- - " 5.5"
7- - " 5.6"
4+ - 5.3
5+ - 5.4
6+ - 5.5
7+ - 5.6
88
99env :
10- matrix :
11- - CONTAO_VERSION=~3.2.0
12- - CONTAO_VERSION=~3.3.0
13- - CONTAO_VERSION=~3.4.1
10+ - CONTAO_VERSION=~3.2.0
11+ - CONTAO_VERSION=~3.3.0
12+ - CONTAO_VERSION=~3.4.0
13+ - CONTAO_VERSION=~3.5.0
14+
15+ # Exclude impossible Contao Version combinations.
16+ matrix :
17+ exclude :
18+ - php : 5.3
19+ env : CONTAO_VERSION=~3.5.0
1420
1521sudo : false
1622
1723install :
18- - composer require contao/core $CONTAO_VERSION --prefer-dist --dev
19- - composer install --prefer-dist --dev
24+ - travis_retry composer self-update && composer --version
25+ - travis_retry composer require contao/core $CONTAO_VERSION --no-update
26+ - travis_retry composer update --prefer-dist --no-interaction
2027
2128script : ant -keep-going
2229
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ For documentation visit:
66 https://github.com/phpcq/phpcq
77
88-->
9- <project name =" MetaModels filter checkbox " default =" build" >
9+ <project name =" metamodels/filter_checkbox " default =" build" >
1010 <import file =" vendor/phpcq/phpcq/phpcq.main.xml" />
1111</project >
Original file line number Diff line number Diff line change 3232 },
3333 "require" : {
3434 "php" : " >=5.3" ,
35- "contao/core" : " >=3.2,<3.5 " ,
35+ "contao/core" : " >=3.2,<3.6 " ,
3636 "contao-community-alliance/composer-plugin" : " ~2.0" ,
3737 "metamodels/core" : " ~2.0"
3838 },
You can’t perform that action at this time.
0 commit comments