Skip to content

Commit

Permalink
Enable Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnanivadekar committed Mar 10, 2017
1 parent 20c0787 commit 2f5f94d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: java
sudo: false

before_install: echo "MAVEN_OPTS='-Dmaven.repo.local=$HOME/.m2/repository -Xmx1g -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS'" > ~/.mavenrc
install:
-

matrix:
fast_finish: true
include:
- jdk: oraclejdk8
env:
- DESC="compile"
- CMD="mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"

script: eval $CMD

cache:
directories:
- ~/.m2

0 comments on commit 2f5f94d

Please sign in to comment.