From 48919009fc54fc93c25ad21ce3a48d80b93d32e6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 28 May 2017 10:23:10 -0700 Subject: [PATCH] build with tip --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cccee75ca..e61f84299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.7 - 1.8.3 -# - tip +- tip before_install: - export PATH=/home/travis/gopath/bin:$PATH @@ -41,4 +41,4 @@ deploy: on: tags: true repo: chrislusf/seaweedfs - go: 1.8.3 + go: tip