Skip to content

Commit

Permalink
change travis and makefile config
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed May 14, 2018
1 parent cac7d35 commit 575f0e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
language: go
go:
- 1.10

go_import_path: github.com/terraform-providers/terraform-provider-nutanix

install:
- bash scripts/gogetcookie.sh
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

script:
- make vendor-status
- make testacc
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ errcheck:
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"

vendor-status:
@govendor status
@dep ensure

test-compile:
@if [ "$(TEST)" = "./..." ]; then \
Expand Down

0 comments on commit 575f0e0

Please sign in to comment.