We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e8a44 commit f7260f9Copy full SHA for f7260f9
.travis.yml
@@ -17,6 +17,9 @@ matrix:
17
- php: 7.0
18
env: COVERAGE=1
19
20
+ - php: 7.0
21
+ env: CAKEPHP_VERSION="3.7.*"
22
+
23
services:
24
- mysql
25
- postgresql
@@ -27,6 +30,7 @@ addons:
27
30
install:
28
31
- composer self-update
29
32
- composer install --prefer-dist --no-interaction
33
+ - if [[ ! -z "$CAKEPHP_VERSION" ]]; then composer require --update-with-dependencies cakephp/cakephp:${CAKEPHP_VERSION}; fi
34
35
before_script:
36
- mysql -e 'create database test;'
0 commit comments