1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

fixup travis.yml

This commit is contained in:
Julien Vehent
2016-11-04 13:59:29 -04:00
parent e01d262472
commit ca5bcbc90a
2 changed files with 3 additions and 5 deletions

View File

@@ -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)

View File

@@ -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