Skip to content

Commit

Permalink
Added before_install to copy settings.xml to ~/.m2
Browse files Browse the repository at this point in the history
  • Loading branch information
jewzaam committed Aug 15, 2014
1 parent f9e6eb4 commit e67d938
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,9 @@ jdk:
- openjdk7
- oraclejdk8

before_install:
- cp ./settings.xml ~/.m2/

after_success:
- mvn clean test jacoco:report coveralls:jacoco

Expand All @@ -11,3 +14,5 @@ notifications:
irc:
channels:
- "chat.freenode.net#lightblue"
on_success: always

0 comments on commit e67d938

Please sign in to comment.