From e51daf0d0c6f043a1f63474c3527996ebb43100a Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sat, 6 Feb 2016 21:57:55 +0900 Subject: [PATCH] update make install and travis.yml --- .travis.yml | 11 +---------- scripts/make-install.sh | 2 ++ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4432489..9746850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,6 @@ language: go go: 1.5 install: - - go get github.com/boltdb/bolt - - go get github.com/fzipp/gocyclo - - go get github.com/golang/lint - - go get golang.org/x/tools/cmd/vet - - go get github.com/tools/godep - - go get gopkg.in/mgo.v2 - - go get github.com/alecthomas/gometalinter - -services: - - mongodb + - make install script: godep go test -cover ./... diff --git a/scripts/make-install.sh b/scripts/make-install.sh index e143aa9..b7d1bad 100755 --- a/scripts/make-install.sh +++ b/scripts/make-install.sh @@ -1,4 +1,6 @@ #!/bin/bash +go get github.com/boltdb/bolt + go get github.com/alecthomas/gometalinter gometalinter --install --update