diff --git a/.travis.yml b/.travis.yml index 776c51a37..b9825a9e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: go go: + - 1.6 + - 1.7 - tip go_import_path: go.mozilla.org/sops/ -before_install: - - go get -t -v ./... script: - - make test - + - make after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/Makefile b/Makefile index d099bae48..e19171b4d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ PROJECT := go.mozilla.org/sops GO := GO15VENDOREXPERIMENT=1 go -GOGETTER := GOPATH=$(shell pwd)/.tmpdeps go get -d GOLINT := golint all: test vet generate install