From 9746b16cf10bf8b6f45d192c022bbe5a0eedcee9 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 26 Apr 2018 03:15:07 +0200 Subject: [PATCH] Updated travis file --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 845d1ea2..246cc0d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ -language: - - go - - node_js +language: go # Only the last two Go releases are supported by the Go team with security # updates. Any versions older than that should be considered deprecated. @@ -12,9 +10,6 @@ go: - 1.10.x - master -node_js: - - "10" - # Setting this to true will skip the `go get` dependencies step. install: true @@ -34,7 +29,7 @@ notifications: # flunk the build and immediately stop. It's sorta like having # set -e enabled in bash. 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 honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter - go get github.com/fzipp/gocyclo