From 1367b36c04ec48a1c39c2c10456a772ca3915e20 Mon Sep 17 00:00:00 2001 From: ngtuna Date: Wed, 6 Jul 2016 02:33:10 +0700 Subject: [PATCH] update .travis.yml --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 693f1846..aa012100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,18 @@ sudo: required language: go +go: + - 1.6 + - tip + branches: only: - master +install: +- go get github.com/mitchellh/gox +- go get github.com/tools/godep +- godep restore + script: - make binary