]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/commit
add travis, go.mod and vendor/ in order to have automatic testing
authorAlexandre Garand <alexandre.garand@fretlink.com>
Thu, 4 Jul 2019 12:34:42 +0000 (14:34 +0200)
committerAlexandre Garand <alexandre.garand@fretlink.com>
Thu, 4 Jul 2019 16:16:41 +0000 (18:16 +0200)
commit7c735cfa47853c88a53753173ccf56e364295f27
tree8a9eaec4fdbc35ddfa0b371316d049e1ee9b291d
parent80e82d1365343acdd54bca9e1c94dfe03b913600
add travis, go.mod and vendor/ in order to have automatic testing
.travis.yml [new file with mode: 0644]
go.mod [new file with mode: 0644]
mailgun/provider.go
mailgun/resource_mailgun_domain.go
mailgun/resource_mailgun_domain_test.go
mailgun/resource_mailgun_route.go
mailgun/resource_mailgun_route_test.go
scripts/gogetcookie.sh