Skip to content

Commit 9fdaa6b

Browse files
authored
Merge pull request #19 from vtsykun/test-platform-3.1
Test against OroPlatform 3.1
2 parents a2fe217 + ba6db0c commit 9fdaa6b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ services:
2121
matrix:
2222
include:
2323
- php: 7.1
24-
env: DATABASE="postgresql" ORO_PLATFORM="2.6.30"
25-
- php: 7.1.20
26-
env: DATABASE="mysql" ORO_PLATFORM="3.0.0"
27-
- php: 7.1.20
28-
env: DATABASE="postgresql" ORO_PLATFORM="3.1.0-beta"
24+
env: DATABASE="mysql" ORO_PLATFORM="2.6.39"
25+
- php: 7.1.26
26+
env: DATABASE="postgresql" ORO_PLATFORM="3.1.1"
2927

3028
before_install:
3129
- phpenv config-rm xdebug.ini || echo "xdebug not available"

0 commit comments

Comments
 (0)