Skip to content

Commit

Permalink
Development (#4)
Browse files Browse the repository at this point in the history
Add Travis button

* Update .travis.yml

Update travis.yaml
  • Loading branch information
KenBarr authored Sep 20, 2018
1 parent e7fd58b commit 56df131
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: java
sudo: false
install: true

./gradlew clean check jar
jdk:
- oraclejdk8

script:
- ./gradlew clean check jar

1 comment on commit 56df131

@KenBarr
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Author: hschaffner [email protected]
Committer: kenbarr [email protected]

Please sign in to comment.