Skip to content

Commit

Permalink
Streamline remote CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jun 19, 2016
1 parent 20650f4 commit 1b98693
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
#
# Copyright 2016 Martin Goellnitz
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Environment variables needed:
# ORG_GRADLE_PROJECT_bintrayUser
# ORG_GRADLE_PROJECT_bintrayKey
# VERSIONEYE_API_KEY
# TANGRAM_MORPHIA_INTEGRATION_TEST
# JAVA_OPTS="-XX:PermSize=128m -XX:MaxPermSize=256m" (for Java 7)
# ORG_GRADLE_PROJECT_release=true
#
sudo: false

language: java
Expand All @@ -11,7 +35,7 @@ cache:
- $HOME/.gradle/wrapper/

after_success:
- gradle -Prelease build versionEyeUpdate jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish
- gradle jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 1b98693

Please sign in to comment.