Skip to content

Commit

Permalink
Merge pull request #24 from asbachb/bugfix/failing-travis
Browse files Browse the repository at this point in the history
Fixed failing travis-ci build
  • Loading branch information
javaes authored Aug 15, 2016
2 parents 95902b4 + 0cfd8f2 commit 45b7108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: mvn test
jdk:
- oraclejdk7
- oraclejdk8
- openjdk6
- openjdk7
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 45b7108

Please sign in to comment.