Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Aug 26, 2015
1 parent a5664a6 commit ea7183b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,10 @@ install: true
# Run on container based infrastructure (allows caching &c.)
sudo: false

# remove the now non-existent Codehaus nexus repo from the travis-provided config (https://github.com/travis-ci/travis-ci/issues/4629)
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml

# Make a CodeDeploy deployment object
before_deploy:
# build the package, but no need to run tests again
Expand Down

0 comments on commit ea7183b

Please sign in to comment.