Browse Source

removed unnecessary special travis configuration

pull/334/head
Justin Richer 12 years ago
parent
commit
91c2039c40
  1. 6
      .travis.yml

6
.travis.yml

@ -1,7 +1 @@
language: java
before_install:
- git submodule update --init --recursive
jdk:
- openjdk6
install: echo 'skip this step...'
script: mvn -Dmaven.javadoc.skip=true test

Loading…
Cancel
Save