Skip to content

Commit

Permalink
Create .travis.yml (#6)
Browse files Browse the repository at this point in the history
* Create .travis.yml

* Limit to master for branch builds
  • Loading branch information
drcrallen authored Apr 9, 2017
1 parent 9b1cc2b commit 78a5c4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: java
sudo: false
jdk:
- oraclejdk8
branches:
only:
- master

0 comments on commit 78a5c4b

Please sign in to comment.