File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ language: php
55
66matrix :
77 include :
8- - php : 5.4
8+ - php : 5.5
99 env : DB=none;NOTESTS=1
1010 - php : 5.4
1111 env : DB=mysqli # myisam
@@ -25,9 +25,12 @@ matrix:
2525 env : DB=mysqli
2626 - php : 7.1
2727 env : DB=mysqli
28+ - php : nightly
29+ env : DB=mysqli
2830 - php : hhvm
2931 env : DB=mysqli
3032 allow_failures :
33+ - php : nightly
3134 - php : hhvm
3235 fast_finish : true
3336
@@ -44,7 +47,7 @@ branches:
4447 - master
4548 - develop
4649 - /^develop-.*$/
47- - /^release-.* $/
50+ - /^\d+(\.\d+)?\.x $/
4851
4952install :
5053 - travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ NOTESTS=$2
1717if [ " $EPV " == " 1" -a " $NOTESTS " == " 1" ]
1818then
1919 cd phpBB
20- composer require phpbb/epv:dev-master --dev --no-interaction
20+ composer remove sami/sami --update-with-dependencies --dev --no-interaction
21+ composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
2122 cd ../
2223fi
You can’t perform that action at this time.
0 commit comments