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 ede515f commit 18cd409Copy full SHA for 18cd409
.travis.yml
@@ -11,7 +11,7 @@ script:
11
# build using mybatis 3.4.x line
12
- ./mvnw clean verify -Dmybatis.version=3.4.6
13
# build using mybatis 3.5.x snapshot
14
- - ./mvnw clean verify -Dmybatis.version=3.5.1-SNAPSHOT
+ - ./mvnw clean verify -Dmybatis.version=3.5.2-SNAPSHOT
15
16
after_success:
17
- chmod -R 777 ./travis/after_success.sh
0 commit comments