mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
global runlevel?
This commit is contained in:
parent
af233a080f
commit
eb3b7f765a
1 changed files with 5 additions and 1 deletions
|
|
@ -10,11 +10,15 @@ before_install:
|
|||
before_script:
|
||||
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUNLEVEL=1
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.7"
|
||||
dist: xenial
|
||||
env: RUNLEVEL=1 TOXENV=py37
|
||||
env: TOXENV=py37
|
||||
sudo: required
|
||||
services: docker
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue