From 599dd7631fd5aeb3a178732fb5e954e3ec7794af Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 8 Nov 2016 18:27:48 +0900 Subject: [PATCH] disable combination of libsqlite3 and trace because travis(trusty) is too old. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52a306b..b1a2886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - GOTAGS= - GOTAGS=libsqlite3 - GOTAGS=trace - - GOTAGS="libsqlite3 trace" + #- GOTAGS="libsqlite3 trace" # trusty is too old for this go: - 1.5 - 1.6