Skip to content

Commit 0b450a9

Browse files
author
Tim Becker
committed
bump contao/core version, update travis.yml, fix build name
1 parent 7d06b8e commit 0b450a9

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.travis.yml

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

33
php:
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

99
env:
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

1521
sudo: false
1622

1723
install:
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

2128
script: ant -keep-going
2229

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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
},

0 commit comments

Comments
 (0)