Skip to content

Commit

Permalink
Add test and lint on .travis.yml devdinu#6
Browse files Browse the repository at this point in the history
  • Loading branch information
u5surf committed Sep 5, 2019
1 parent c0f24e1 commit 675065c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: go

go:
- "1.12"

os:
- linux
- osx

env:
global:
- env GO111MODULE=on

go_import_path: github.com/devdinu/gcloud-client

before_script: go get -u github.com/golang/lint/golint

script:
- go build
- go vet
- golint

0 comments on commit 675065c

Please sign in to comment.