Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2018-11-22 07:02:44 +0300
committerErica Portnoy <ebportnoy@gmail.com>2018-11-22 07:02:44 +0300
commit5348c725f3472611a1e30e5d3b0d15e2cab6899c (patch)
treebb75367fb120e5690decbd5c97af4d21b6b75775
parent000fc0b751e140f6055c524f012d932c62a929e6 (diff)
test warnings are errorstest-everything-4
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 1fb618b0f..5a66b0f10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_install:
# in a Travis cron, but with a different set of tests than master has
# in .travis.yml.
- cp .travis.yml /tmp/travis.yml
- - git pull origin master --strategy=recursive --strategy-option=theirs --no-edit
+ - git pull origin warnings-are-errors --strategy=recursive --strategy-option=theirs --no-edit
- if ! git diff .travis.yml /tmp/travis.yml ; then echo "Please merge master into test-everything"; exit 1; fi
- '[ "$TRAVIS_OS_NAME" != osx ] || tests/travis-macos-setup.sh'
@@ -161,10 +161,3 @@ after_success: '[ "$TOXENV" == "py27-cover" ] && codecov'
notifications:
email: false
- irc:
- channels:
- - secure: "SGWZl3ownKx9xKVV2VnGt7DqkTmutJ89oJV9tjKhSs84kLijU6EYdPnllqISpfHMTxXflNZuxtGo0wTDYHXBuZL47w1O32W6nzuXdra5zC+i4sYQwYULUsyfOv9gJX8zWAULiK0Z3r0oho45U+FR5ZN6TPCidi8/eGU+EEPwaAw="
- on_cancel: never
- on_success: never
- on_failure: always
- use_notice: true