Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Mar 13, 2018
1 parent c7ee48d commit f99380c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: java

jdk:
- oraclejdk9

install: true

script:
- mvn --errors clean package

0 comments on commit f99380c

Please sign in to comment.