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 b53fe2c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: go

go:
- "1.12"

os:
- linux
- osx

env:
global:
- env GO111MODULE=on

go_import_path: github.com/devdinu/gcloud-client

script:
- go build
- go vet
- golint

0 comments on commit b53fe2c

Please sign in to comment.