Skip to content

Commit

Permalink
Merge pull request #3 from pyToshka/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pyToshka authored Jan 29, 2018
2 parents 0817b02 + ea69b89 commit 61002b8
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
language: go
go: 1.9.1
install:
- go get github.com/mitchellh/gox
- go get github.com/hashicorp/terraform
- go get github.com/smartystreets/goconvey/convey
- go get
- go vet
- gox -os "freebsd darwin linux windows" -arch "386 amd64"
- go get github.com/mitchellh/gox
- go get github.com/hashicorp/terraform
- go get github.com/smartystreets/goconvey/convey
- go get
- go vet
- gox -os "freebsd darwin linux windows" -arch "386 amd64"
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic

- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

deploy:
provider: releases
api_key:
secure: J2tdeoge01q3exGzEGD0e0kC1NBivOA4EBOOgBIfZ2gpxPkfCULMDIUsfecvD5HMo/HR15AaYAqFmiugdc/Bhu7qNcP2PKQR8UY3SolEdSSWorREPtWwhtfpVNyquMutGGtEgIjaYGbT+n/vt8ht06gbwpRjc0Ujpd0D636w4x2hswnx/68sJTuVJ21fPmZphuD00EqCLewAhHw7PYDqhf5IeNo4sirCrq/xYJ6OYG9ew/7g/gMJGtv/dIt5SRnOaUh7t6yGn4mGHbh292yfnCU+RH+hsyaTE0ZLkGF/AO7bFTxNZ3hF4ozA+YGJXgw4p5iudHsQHdx1Kn/Cc35BSFGMLehkXhR8TRhri4Iyha0IZupGpL3qbet27sXMiM8/mPFbMXdvSdjHfhy2FC6hIQcyQ2nLC110Ss2jDr6kgsGQkLHoYOOZTlh9TPQLiDidCPai5x6oUK/kkd0nc6zMUV2ODLRr7oNH0c+odL9Uo+gaYWAftJ80T8ugDV8p8oRAwVOsfSM+ZNjNrGjkM13RHkvjV8ndjokSXus+kFC/cqSSi+nENOjo6Sv33uKeHIRmlP0t24G/OoXpfD1MNd4wiECnFJ5Kcot1Fofd9lGcph6Igdc2kjv0l6Rx/HdnbnOcPANX5aumHnTLcMe/62Uy3Cdk/C9NanVuFADm4LP8VAw=
file: terraform-provider-virtualbox*
file_glob: true
skip_cleanup: true

on:
repo: pyToshka/terraform-provider-virtualbox
tags: true

0 comments on commit 61002b8

Please sign in to comment.