Skip to content

Commit

Permalink
remove master from travis for now to release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Jul 3, 2018
1 parent 6e5bd52 commit b29993a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go
go:
- "1.10.x"
- master

install:
- go get github.com/kardianos/govendor
Expand All @@ -12,11 +11,6 @@ script:
- make fmtcheck
- make vet

matrix:
fast_finish: true
allow_failures:
- go: master

before_deploy:
- make targets

Expand All @@ -28,6 +22,5 @@ deploy:
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:
condition: $TRAVIS_GO_VERSION =~ ^1\.[0-9]+\.[0-9]+$
repo: akshaykarle/terraform-provider-mongodbatlas
tags: true

0 comments on commit b29993a

Please sign in to comment.