Skip to content

Commit

Permalink
implement travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 30, 2017
1 parent b3ec3b1 commit c006a29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: java

script: mvn clean test

sudo: false
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit c006a29

Please sign in to comment.