From 4e1adc05e9c233c6289aed80e816cf25a6d0970d Mon Sep 17 00:00:00 2001 From: rishikeerthi Date: Thu, 22 Oct 2020 16:24:53 +0530 Subject: [PATCH 1/3] updating dist to fix travis build error. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 245c9d18..ce7dc585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: java jdk: - openjdk7 +dist: trusty + before_install: - cat ~/.m2/settings.xml - rm ~/.m2/settings.xml From d125655c61b7c0d1d9bf9417267707317a4b022f Mon Sep 17 00:00:00 2001 From: rishikeerthi Date: Thu, 22 Oct 2020 17:19:00 +0530 Subject: [PATCH 2/3] Maven deploy commented. Readme travis build flag changes. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce7dc585..5b88e666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - mvn test; export MAVEN_RESULT=$? - if [ "$MAVEN_RESULT" -ne 0 ]; then exit 1; fi - - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean deploy --quiet --settings settings.xml; fi +# - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean deploy --quiet --settings settings.xml; fi after_success: - mvn clean test jacoco:report coveralls:report diff --git a/README.md b/README.md index 25a63f3a..6ed750a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It is being developed at Github and uses Apache Maven for builds & unit testing: - * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd) + * Build status: [![Build Status](https://api.travis-ci.org/RishiKeerthi/nanohttpd.png)](https://travis-ci.org/RishiKeerthi/nanohttpd) * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd) * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.nanohttpd/nanohttpd) From 4207e3d2fc54cbbd666f6a5bd2410faad26b610e Mon Sep 17 00:00:00 2001 From: rishikeerthi Date: Thu, 22 Oct 2020 18:02:20 +0530 Subject: [PATCH 3/3] Revert "Maven deploy commented. Readme travis build flag changes." This reverts commit d125655c61b7c0d1d9bf9417267707317a4b022f. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b88e666..ce7dc585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - mvn test; export MAVEN_RESULT=$? - if [ "$MAVEN_RESULT" -ne 0 ]; then exit 1; fi -# - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean deploy --quiet --settings settings.xml; fi + - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean deploy --quiet --settings settings.xml; fi after_success: - mvn clean test jacoco:report coveralls:report diff --git a/README.md b/README.md index 6ed750a8..25a63f3a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It is being developed at Github and uses Apache Maven for builds & unit testing: - * Build status: [![Build Status](https://api.travis-ci.org/RishiKeerthi/nanohttpd.png)](https://travis-ci.org/RishiKeerthi/nanohttpd) + * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd) * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd) * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.nanohttpd/nanohttpd)