Skip to content

Commit

Permalink
Initial add of minimal travis ci build file
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcurry committed Apr 11, 2017
1 parent 1e0dcb0 commit d7c450e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.idea
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: none

language: java

notifications:
email: false

jdk:
- oraclejdk8

script:
- mvn --version

0 comments on commit d7c450e

Please sign in to comment.