Skip to content

Commit

Permalink
Bugfix/travis ci (#1)
Browse files Browse the repository at this point in the history
* fix the import path for the provider

* use dep for dependency management

* add Travis badge to readme

* revert derp
  • Loading branch information
sjauld authored Apr 15, 2018
1 parent 7df9381 commit 1f9c704
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ matrix:
fast_finish: true
allow_failures:
- go: tip

# using dep for dependency management
install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Terraform Provider
==================

[![Build Status](https://travis-ci.org/COzero/terraform-provider-bitbucket.svg?branch=master)](https://travis-ci.org/COzero/terraform-provider-bitbucket)

- Website: https://www.terraform.io
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
Expand Down

0 comments on commit 1f9c704

Please sign in to comment.