From d4875c1064026a4a7ebffa4532ccf3b1ad4094d1 Mon Sep 17 00:00:00 2001 From: Timothy Date: Thu, 26 Oct 2017 22:42:25 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8ac02a..bdc4131 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ go: - 1.9.x install: - go get -v - go get -v github.com/bitly/go-simplejson + - go get -v + - go get -v github.com/bitly/go-simplejson script: - cp ./config_sample.json ./config.json