Skip to content

Commit

Permalink
Build Automation!
Browse files Browse the repository at this point in the history
  • Loading branch information
cybik committed May 31, 2016
1 parent fe5a96b commit edd009e
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
sudo: false
---
language: java
jdk: oraclejdk7
script: ./gradlew clean :jObbifier:assemble

os:
- linux

jdk:
- openjdk7

sudo: false
deploy:
provider: releases
api_key: "${TRAVIS_TOKEN}"
file: "jObbifier/build/libs/jObbifier.jar"
skip_cleanup: true
on:
tags: true

install:
- ./gradlew clean :jObbifier:assemble
notifications:
email:
- [email protected]

0 comments on commit edd009e

Please sign in to comment.