Skip to content

Commit

Permalink
Development (#3)
Browse files Browse the repository at this point in the history

Add Travis build

* Update README.md

Add Travis button
  • Loading branch information
KenBarr authored Sep 20, 2018
1 parent 0541c80 commit 2627fe2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
language: java
sudo: false
install: true

jdk:
- oraclejdk8

script:
- ./gradlew clean check jar

0 comments on commit 2627fe2

Please sign in to comment.