Skip to content

Commit

Permalink
Testando o TravisCI com o OpenJDK7
Browse files Browse the repository at this point in the history
  • Loading branch information
crivano committed Apr 6, 2018
1 parent 97fb7a4 commit 0765d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- openjdk7
install: mvn install -q -B -Dmaven.test.skip=true -Dsiga.versao=3.14.0.0
script: mvn test javadoc:aggregate -B -Dsiga-integration-test.skip.tests=true -Dsiga.versao=3.14.0.0
after_success:
Expand Down

0 comments on commit 0765d10

Please sign in to comment.