File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - " 5.4"
5
- - " 5.5"
6
4
- " 5.6"
7
5
- " 7.0"
8
6
- " 7.1"
9
7
10
8
env :
11
- - CONTAO_VERSION=~3.5 .0
9
+ - CONTAO_VERSION=~4.4 .0
12
10
13
11
# Exclude impossible Contao Version combinations.
14
12
matrix :
13
+ exclude :
15
14
16
15
sudo : false
17
16
17
+ before_install :
18
+ - phpenv config-add travis.php.ini
19
+
18
20
install :
19
21
- 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
21
23
- travis_retry composer update --prefer-dist --no-interaction
22
24
23
25
script : ant -keep-going
Original file line number Diff line number Diff line change 7
7
8
8
phpcs.standard =${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
9
9
phpmd.ruleset =${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml
10
+
11
+ phpcs.excluded =src/Resources/contao/languages
Original file line number Diff line number Diff line change 9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
11
syntaxCheck =" false"
12
- bootstrap =" tests/bootstrap.php"
13
12
>
14
13
<testsuites >
15
14
<testsuite name =" MetaModels attribute select tests" >
Original file line number Diff line number Diff line change
1
+ memory_limit = 2G
You can’t perform that action at this time.
0 commit comments