mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
use single env line
This commit is contained in:
parent
85332cadf8
commit
de1d71422f
1 changed files with 1 additions and 3 deletions
|
|
@ -57,9 +57,7 @@ matrix:
|
|||
before_install:
|
||||
addons:
|
||||
- python: "2.7"
|
||||
env:
|
||||
- BOULDER_FOR_TOX=1
|
||||
- TOXENV=apacheconftest
|
||||
env: BOULDER_FOR_TOX=1 TOXENV=apacheconftest
|
||||
sudo: required
|
||||
- python: "2.7"
|
||||
env: TOXENV=nginxroundtrip
|
||||
|
|
|
|||
Loading…
Reference in a new issue