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 643ad6f commit 7f61ab0Copy full SHA for 7f61ab0
.travis.yml
@@ -7,8 +7,8 @@ jdk:
7
script:
8
# build using mybatis latest version
9
- ./mvnw clean verify
10
- # build using mybatis 3.5.x line (under development version)
11
- - ./mvnw clean verify -Dmybatis.version=3.5.0-SNAPSHOT
+ # build using mybatis 3.5.x line
+ - ./mvnw clean verify -Dmybatis.version=3.5.0
12
13
after_success:
14
- chmod -R 777 ./travis/after_success.sh
0 commit comments