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-11-29 03:11:35 +0300
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2017-11-29 03:11:35 +0300
commitc134ba515f157a27b2f54be700a8b733665556e1 (patch)
tree0b3005f580090e6b5b9b502a3cb541bdd8245e75
parent1065617e1b130c016fdcb88aba0a5b304ead21ed (diff)
Revert Travis changes.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a6fe3667..48b9b43cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,9 @@ before_install:
before_script:
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'
+# using separate envs with different TOXENVs creates 4x1 Travis build
+# matrix, which allows us to clearly distinguish which component under
+# test has failed
matrix:
include:
- python: "2.7"