Skip to content

Commit

Permalink
Remove outdated maven settings file on Travis.
Browse files Browse the repository at this point in the history
The file on Travis refers to snapshot servers that are no longer online and may cause build problems.
  • Loading branch information
nirvdrum committed Nov 2, 2016
1 parent 8f80540 commit 6e7541d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ cache:

before_install:
- unset GEM_PATH GEM_HOME IRBRC JRUBY_OPTS
- rm ~/.m2/settings.xml

jdk: oraclejdk8

Expand Down

0 comments on commit 6e7541d

Please sign in to comment.