From 0c647ad01f67fc37f2118b5c4a80cbc1605e64fe Mon Sep 17 00:00:00 2001 From: Richard Liu Date: Mon, 25 Jun 2018 12:08:42 -0700 Subject: [PATCH] removed stack from .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bbab5f8e2..4bf894a04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ install: - cd $HOME/gopath/src - mv github.com/simple-rules/harmony-benchmark ./ - cd harmony-benchmark - - go get github.com/go-stack/stack + # TODO: @RL, get this back after the AWS deployment is unblocked. + # - go get github.com/go-stack/stack - ./.travis.gofmt.sh - go build notifications: