From 3e92938143e49d3c18a92f0953c89d0773bb9126 Mon Sep 17 00:00:00 2001 From: alessio Date: Wed, 17 Aug 2016 21:53:34 +0200 Subject: [PATCH] travis install dependencies --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ead0853..46b3476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ install: - go get gopkg.in/urfave/cli.v2 - go get gopkg.in/yaml.v2 - go get github.com/fatih/color - - go get golang.org/x/sys matrix: allow_failures: - - go: tip \ No newline at end of file + - go: tip \ No newline at end of file