mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
travis-ci: Use gradle 2.7
This commit is contained in:
parent
9c694a0a75
commit
0382581237
1 changed files with 8 additions and 1 deletions
|
@ -10,7 +10,14 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
|
||||||
install: gradle assemble
|
before_install:
|
||||||
|
- export JAVA_OPTS="-XX:MaxPermSize=512M"
|
||||||
|
- export GRADLE_VERSION=2.7
|
||||||
|
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
|
||||||
|
- unzip -q gradle-${GRADLE_VERSION}-all.zip
|
||||||
|
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"
|
||||||
|
|
||||||
|
install: gradle assemble --stacktrace
|
||||||
script: gradle check
|
script: gradle check
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue