aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-09-14 06:34:25 +0200
committerritchie <ritchie@gmx.at>2015-09-14 06:36:16 +0200
commitf53dafdad5656a524682c0448b84ca1457ee3e28 (patch)
tree5331843e25b7bef7a06822b1e72f5b99632d041f
parentd54deb028ab590e47ba02a14c1f984ff0ff71150 (diff)
downloadnanohttpd-f53dafdad5656a524682c0448b84ca1457ee3e28.tar.gz
try re resolve travis buid error
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 89dfb5f..94ffdf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ language: java
jdk:
- oraclejdk7
+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:
- mvn install -DskipTests=true
@@ -23,4 +26,4 @@ env:
global:
- secure: "OtD0z3y4/OjSzg8irVD8v/u0TElcw8AiCCXb7a0UQEnTpGxcf5DOdkvHv0hF4xjHKFtlMMHxevW+a4C4NuFR8it8ZJ/i2m24reB28JicDcRQY9nwV/BR/T08CRG9KDz5EuTHgfPJDF0y+5MiVNwJVhHFviBWKuXyIuYouJ5IHgc="
- secure: "tgTVycNLwYDM3U0EVK1TkffylQHfZihvSDC9QoZEo+wz9aBBLoAtUJP7DWltRQFOkfTeGltGHEfGM2/qkIG6Wz+hNFG/fveHqyI01JWXc64d7yBm7agaCP5uTtt2wjaZ7ZK5Mps5QoufblYu+j9gb2v31t9IdsJ9PUs0+wgE/WU="
- \ No newline at end of file
+