Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Jul 1, 2016
1 parent ec3da5f commit 2ae3bd7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: java

sudo: false

jdk:
- oraclejdk8

branches:
only:
- develop
- master

after_success:
- mvn clean install

0 comments on commit 2ae3bd7

Please sign in to comment.