You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
295 B
13 lines
295 B
4 months ago
|
language: java
|
||
|
jdk:
|
||
|
- oraclejdk8
|
||
|
- oraclejdk7
|
||
|
- openjdk7
|
||
|
|
||
|
#before_install: bash "gradle/uploadSnapshot.sh"
|
||
|
script:
|
||
|
- ./gradlew clean test
|
||
|
- ./travis.sh
|
||
|
after_success: test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_JDK_VERSION}" == "oraclejdk7" && ./gradlew uploadArchives
|
||
|
|