Try travis

This commit is contained in:
huangyuhui 2017-02-13 13:32:42 +08:00
parent 7418ef21ac
commit 1b81c1e221
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ deploy:
tags: false
skip_cleanup: true
install: echo "skip 'gradle assemble' step"
script: gradle build --continue --debug
script: gradle build --continue --info --stacktrace
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:

View File

@ -37,7 +37,7 @@ if (buildnumber == null)
def versionroot = System.getenv("VERSION_ROOT")
if (versionroot == null)
versionroot = "2.6.1"
versionroot = "2.7.0"
String mavenGroupId = 'HMCL'
String mavenVersion = versionroot + '.' + buildnumber