Skip to content

Commit

Permalink
Merge pull request #7 from u5surf/issue-6
Browse files Browse the repository at this point in the history
Add test and lint on .travis.yml #6
  • Loading branch information
devdinu committed Sep 7, 2019
2 parents c0f24e1 + 29bb972 commit 1753fa5
Show file tree
Hide file tree
Showing 2 changed files with 22 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 golang.org/x/lint/golint

script:
- go build
- go vet
- golint
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# gcloud client
[![Go Report Card](https://goreportcard.com/badge/github.com/devdinu/gcloud-client)](https://goreportcard.com/report/github.com/devdinu/gcloud-client)
[![Build Status](https://travis-ci.com/devdinu/gcloud-client.svg?branch=master)](https://travis-ci.com/devdinu/gcloud-client)

scripts to do things which you wish google console client does.

Expand Down

0 comments on commit 1753fa5

Please sign in to comment.