Skip to content

Commit ba091bc

Browse files
committed
Change project files.
1 parent 1d69db2 commit ba091bc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
language: php
22

33
php:
4-
- "5.4"
5-
- "5.5"
64
- "5.6"
75
- "7.0"
86
- "7.1"
97

108
env:
11-
- CONTAO_VERSION=~3.5.0
9+
- CONTAO_VERSION=~4.4.0
1210

1311
# Exclude impossible Contao Version combinations.
1412
matrix:
13+
exclude:
1514

1615
sudo: false
1716

17+
before_install:
18+
- phpenv config-add travis.php.ini
19+
1820
install:
1921
- travis_retry composer self-update && composer --version
20-
- travis_retry composer require contao/core $CONTAO_VERSION --no-update
22+
- travis_retry composer require contao/core-bundle $CONTAO_VERSION --no-update
2123
- travis_retry composer update --prefer-dist --no-interaction
2224

2325
script: ant -keep-going

build.default.properties

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77

88
phpcs.standard=${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
99
phpmd.ruleset=${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml
10+
11+
phpcs.excluded=src/Resources/contao/languages

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
1312
>
1413
<testsuites>
1514
<testsuite name="MetaModels attribute select tests">

travis.php.ini

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
memory_limit = 2G

0 commit comments

Comments
 (0)