Skip to content

Commit

Permalink
[travis] initial commit on travis ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Mar 16, 2014
1 parent cc05054 commit cadbc3d
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 @@
# more info here about TravisCI and Java projects
# http://docs.travis-ci.com/user/languages/java/

language: java

jdk:
- oraclejdk7
- openjdk7

install: mvn install -q -DskipTests=true

script: mvn test -q

0 comments on commit cadbc3d

Please sign in to comment.