Skip to content

Commit

Permalink
override travis default install script
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezpablo85 committed Mar 30, 2012
1 parent 9fbc9b2 commit b83113a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,2 +1,5 @@
# kickstart travis # kickstart travis.
language: java language: java

# need to override travis 'install' since it will try gpg sign and fail.
install: mvn clean package -DskipTests=true

0 comments on commit b83113a

Please sign in to comment.