From: bep Date: Sat, 6 Jun 2015 21:56:28 +0000 (+0200) Subject: Temp remove tip from Travis X-Git-Tag: v0.15~354 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bee46915;p=brevno-suite%2Fhugo Temp remove tip from Travis There is one failing test there. It runs fine for me on tip locally (Linux). Will reinsert this once tip gets into stable mode. --- diff --git a/.travis.yml b/.travis.yml index 804ce39f..ccb94610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go go: - 1.3 - 1.4.2 - - tip script: - go test ./... - go build