-
Notifications
You must be signed in to change notification settings - Fork 54
/
.travis.yml
48 lines (42 loc) · 1.48 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
dist: xenial
sudo: required
services:
- docker
language: go
go:
- "1.12.x"
env: GOFLAGS=-mod=vendor
git:
depth: 1
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh
- make tools
script:
- make lint
- make test
- make website-lint
# - make website-test
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
matrix:
fast_finish: true
allow_failures:
- go: tip
before_deploy:
- make targets
deploy:
provider: releases
file: dist/*
file_glob: true
skip_cleanup: true
api_key:
secure: YGDy+m2daQg3ramYLT/nl7rbiHij9Fss4ZFgvwXl3DYDg3LzL8iMceJUQtXBYtHmKk1WxtNbwd4cACpIPM5Ji82jpo0PeO90hIePNgiRjkTFUaflokHk7PqwaxvoNS/84aBbohLdLnYwbf/yMnx20iYajVHzbypUrCWzJufL9g7bDPGrBygz9jIlCUnTCkypyE3V+jz2Vks13FuIARFKCWCo18fk0HCpuvBDtjw6sVABtng0yBzoH9aQDDbvwWlMPPf5WHdQrZAl2uBL6bhfafSAbDFAFCk6MUj0NzrkyWgWlgQIOhjes53g5uze5uuqCM4lGVV+tjrUwljZQn3V6kBGGmTDYonlv/4+9jdUdE0nSmJ6jlAyy4mk/oErTr/+3tOY+Gheo+uKwMpwuA7VIg9Ge7AYvj6QpCJBJTDu8uzIdtAIdbz0nBw0C00lR/Zy66jjwxjT6PIohXSPwLevUwVr69d7kj3hRMwcrJ3bLf9TUWwCBEzBIrr1hwZPMJL7xGUV7mupenK3Q1ujZUuezewpWnUIuHWTF/MR/n+I1G6zYuExJBHkBPszedH9dj2rCNYlblJotNX3j11Xia21KYEFavYn8NyquH5hWAZQ3jpD+d9BY/L+hIyOR0GT03r0oZk3NIbbLqpGU/ih//HiBJLFWryiQW0IH1Y1yishr70=
on:
repo: akshaykarle/terraform-provider-mongodbatlas
tags: true