Skip to content

Commit

Permalink
Added travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jul 3, 2017
1 parent 791649b commit 468c740
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Although this looks like it does nothing,
# a default behavior in Travis CI is to
# call "mvn install...", so this is actually
# enough to build the project
#
# https://docs.travis-ci.com/user/languages/java/
#
language: java

jdk:
- oraclejdk8

0 comments on commit 468c740

Please sign in to comment.