Updated travis file
This commit is contained in:
parent
a72b636d16
commit
9746b16cf1
@ -1,6 +1,4 @@
|
|||||||
language:
|
language: go
|
||||||
- go
|
|
||||||
- node_js
|
|
||||||
|
|
||||||
# Only the last two Go releases are supported by the Go team with security
|
# Only the last two Go releases are supported by the Go team with security
|
||||||
# updates. Any versions older than that should be considered deprecated.
|
# updates. Any versions older than that should be considered deprecated.
|
||||||
@ -12,9 +10,6 @@ go:
|
|||||||
- 1.10.x
|
- 1.10.x
|
||||||
- master
|
- master
|
||||||
|
|
||||||
node_js:
|
|
||||||
- "10"
|
|
||||||
|
|
||||||
# Setting this to true will skip the `go get` dependencies step.
|
# Setting this to true will skip the `go get` dependencies step.
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
@ -34,7 +29,7 @@ notifications:
|
|||||||
# flunk the build and immediately stop. It's sorta like having
|
# flunk the build and immediately stop. It's sorta like having
|
||||||
# set -e enabled in bash.
|
# set -e enabled in bash.
|
||||||
before_script:
|
before_script:
|
||||||
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
|
# - GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
|
||||||
- go get github.com/golang/lint/golint # Linter
|
- go get github.com/golang/lint/golint # Linter
|
||||||
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
|
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
|
||||||
- go get github.com/fzipp/gocyclo
|
- go get github.com/fzipp/gocyclo
|
||||||
|
Loading…
Reference in New Issue
Block a user