Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyways committed Dec 6, 2016
1 parent 3f0ac7a commit f10d650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: java

jdk:
- oraclejdk7
- openjdk7

script: mvn package -DskipTests
install: true

script:
- mvn package -DskipTests -Dgpg.skip=true

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit f10d650

Please sign in to comment.