Skip to content

Commit

Permalink
Attempting the work-around mentioned on travis-ci/travis-ci#4629
Browse files Browse the repository at this point in the history
  • Loading branch information
rdealmeida committed Nov 17, 2015
1 parent 86cd467 commit 6f16348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,4 +1,6 @@
language: java
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
install: true
script:
- mvn -f eclipse.jdt.core/org.eclipse.jdt.core/pom.xml -P build-individual-bundles install
Expand Down

0 comments on commit 6f16348

Please sign in to comment.