Skip to content

Commit

Permalink
added travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Plummer committed Sep 12, 2014
1 parent bc9d659 commit cbc349d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
!/.travis.yml
!/.gitignore
!/gradle/
!/gradle/*
Expand Down
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: java

branches:
only:
- "master"
jdk:
- oraclejdk7

# Run the Build
script:
- "./gradlew uploadArchives -Pusername=$MAVEN_USERNAME -Ppassword=$MAVEN_PASSWORD" #


0 comments on commit cbc349d

Please sign in to comment.