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:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2017-12-02 03:12:44 +0300
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2017-12-02 03:12:44 +0300
commit76f5f590eaa9914fba30bb01782958dda0e62bf5 (patch)
treeb892897f00c573235120c0b5ef4f524d6f971b27 /.travis.yml
parent8ce6ee5f3e976c7cc795ba3049b3f77367d3b557 (diff)
Add back macOS and Boulder for test-everything.
This commit should not be merged to master (if that happens, just revert it). In https://github.com/certbot/certbot/pull/5270, we removed the macOS and most Boulder integration tests from .travis.yml because they made builds very slow. We still want to run those tests nightly, though. The test-everything branch will have the tests that are too expensive to run for every PR.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 19 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 359801622..b4b48ae71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,13 @@ cache:
- $HOME/.cache/pip
before_install:
+ # In the test-everything branch, we merge master before running tests.
+ # This is because we want test-everything to test the code in master nightly
+ # 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
+ - if ! git diff .travis.yml /tmp/travis.yml ; then echo "Please merge master into test-everything"; exit 1; fi
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3)'
before_script:
@@ -17,11 +24,11 @@ matrix:
- python: "2.7"
env: TOXENV=lint
- python: "2.7"
- env: TOXENV=py27-oldest
+ env: TOXENV=py27-oldest BOULDER_INTEGRATION=1
sudo: required
services: docker
- python: "2.6"
- env: TOXENV=py26
+ env: TOXENV=py26 BOULDER_INTEGRATION=1
sudo: required
services: docker
- python: "2.7"
@@ -67,23 +74,29 @@ matrix:
env: TOXENV=apacheconftest
sudo: required
- python: "3.3"
- env: TOXENV=py33
+ env: TOXENV=py33 BOULDER_INTEGRATION=1
sudo: required
services: docker
- python: "3.4"
- env: TOXENV=py34
+ env: TOXENV=py34 BOULDER_INTEGRATION=1
sudo: required
services: docker
- python: "3.5"
- env: TOXENV=py35
+ env: TOXENV=py35 BOULDER_INTEGRATION=1
sudo: required
services: docker
- python: "3.6"
- env: TOXENV=py36
+ env: TOXENV=py36 BOULDER_INTEGRATION=1
sudo: required
services: docker
- python: "2.7"
env: TOXENV=nginxroundtrip
+ - language: generic
+ env: TOXENV=py27
+ os: osx
+ - language: generic
+ env: TOXENV=py36
+ os: osx
# Only build pushes to the master branch, PRs, and branches beginning with