Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
With this we can automatically verify when changes proposed in PRs are passing.
  • Loading branch information
brunoborges authored May 30, 2017
1 parent baa9580 commit c508ae6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: java
jdk:
- oraclejdk8
sudo: false
script: mvn clean verify

0 comments on commit c508ae6

Please sign in to comment.