1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

add vultr to integration suite (#532)

This commit is contained in:
Craig Peterson
2019-07-15 09:56:06 -04:00
committed by GitHub
parent 1940ff4ac1
commit a138b12ec2

View File

@@ -67,3 +67,12 @@ jobs:
env:
DO_DOMAIN: $(DO_DOMAIN)
DO_TOKEN: $(DO_TOKEN)
- job: Vultr
steps:
- template: go-env.yaml
- script: go test -v -verbose -provider VULTR
workingDirectory: $(wd)
env:
VULTR_DOMAIN: $(VULTR_DOMAIN)
VULTR_TOKEN: $(VULTR_TOKEN)