2015-01-07 06:13:05 +00:00
|
|
|
sudo: false
|
|
|
|
|
2014-06-30 21:39:14 +00:00
|
|
|
language: java
|
2014-12-28 16:37:25 +00:00
|
|
|
jdk: oraclejdk8
|
2014-06-30 21:39:14 +00:00
|
|
|
|
2015-01-07 08:25:21 +00:00
|
|
|
# publish snapshots to https://oss.jfrog.org/libs-snapshot/org/ethereum/ethereumj-core
|
|
|
|
# publish releases to http://jcenter.bintray.com/org/ethereum/ethereumj-core
|
|
|
|
# publish coverage to https://coveralls.io/r/ethereum/ethereumj
|
2014-12-30 19:33:18 +00:00
|
|
|
script:
|
2015-01-20 09:38:50 +00:00
|
|
|
- ./gradlew clean build publish jacocoTestReport coveralls
|
2014-12-30 19:33:18 +00:00
|
|
|
|
2014-12-28 16:39:04 +00:00
|
|
|
|
2015-01-07 05:52:32 +00:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.gradle
|
|
|
|
|
2014-12-28 16:39:04 +00:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels: chat.freenode.net#ethereumj
|
|
|
|
template:
|
|
|
|
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
|
|
|
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
|
|
|
- '%{build_url}'
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
use_notice: true
|
2014-12-29 02:10:17 +00:00
|
|
|
skip_join: true
|
2015-01-06 13:20:21 +00:00
|
|
|
slack:
|
2015-01-06 13:27:24 +00:00
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
rooms:
|
|
|
|
- secure: "Fhaoka5w5XzIZS7ObKfVrnHaVLz7x2Owo1ygb+hXWAHiXpc3Oi1Q6yDOfye/z+Y0Gw8an8v23PIxhLoVZ6JpdurwCXo66dK2TkiNzmEWd6RtYPSZDm6f+0NjPBSOnP5rHmej7RvHeyTY/PQrGPtrHZZQTYD3AuRP1S+tGvtqikA="
|
2015-01-20 11:34:28 +00:00
|
|
|
webhooks:
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
urls:
|
|
|
|
- secure: "Ir1slcCUTWEbV5e39JPGIKYYnjvszD9L7/27TUkqDxiOl6iA4BY6vvg/e0dyZHR6VwbqEedGeEbxpkifZAJ5W/PE88jFa1PHuDHuEy309hWt+u1n2wY1jANnW/VPHO7v/p7oSeMa91cmRUJaIp5TB6hBW0i4CZxTGmwowFnu9y0="
|
|
|
|
|
2014-12-30 19:33:18 +00:00
|
|
|
|
2014-12-30 20:34:20 +00:00
|
|
|
# Encrypted values are ORG_GRADLE_PROJECT_bintrayUser and ORG_GRADLE_PROJECT_bintrayKey props for use by Travis when
|
2014-12-30 19:33:18 +00:00
|
|
|
# authenticating against oss.jfrog.org and/or Bintray repositories. See http://docs.travis-ci.com/user/encryption-keys
|
|
|
|
# http://www.gradle.org/docs/current/userguide/tutorial_this_and_that.html#sec:gradle_properties_and_system_properties
|
|
|
|
env:
|
2014-12-30 20:34:20 +00:00
|
|
|
global:
|
2015-01-07 07:55:49 +00:00
|
|
|
- JAVA_OPTS="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
2014-12-30 20:34:20 +00:00
|
|
|
- secure: "BSdfBQsJi5VFcIF7Z50ddfjex60OZpd8OM7AxN+h93wxzBx/GD2bsWA9elwvrLFImByw5RIqE9xRvL4CioKZLgFiJCSFuPkf6I+6R6PsUhqklPvAJSXHlQXOM6bJD23rZewyfudh5JtqADVavY7vlXnmYXFeWKh8XdPYtRPlJV0="
|
|
|
|
- secure: "iZcZikUHrdaxsc5at1KT0M/6D4OHdU2WTd/aFIBKERXteGw+okq+s+VWghnELEq3YsKfYRJrkslcA6Mpcxq7KrUMsSSX1kZ1ifsk2151sU3+fJpIYQ9pCeWboLWSF//A7IdEe+zHpRVFuHVGU05OAalNCmJ52TEe3/M0YkY5+e8="
|