mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Merge pull request #944 from letsencrypt/faster-travis
Limit Travis runs to master and PRs.
This commit is contained in:
@@ -21,6 +21,15 @@ env:
|
|||||||
- TOXENV=lint
|
- TOXENV=lint
|
||||||
- TOXENV=cover
|
- TOXENV=cover
|
||||||
|
|
||||||
|
|
||||||
|
# Only build pushes to the master branch, PRs, and branches beginning with
|
||||||
|
# `test-`. This reduces the number of simultaneous Travis runs, which speeds
|
||||||
|
# turnaround time on review since there is a cap of 5 simultaneous runs.
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- /^test-.*$/
|
||||||
|
|
||||||
sudo: false # containers
|
sudo: false # containers
|
||||||
addons:
|
addons:
|
||||||
# make sure simplehttp simple verification works (custom /etc/hosts)
|
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||||
|
|||||||
Reference in New Issue
Block a user