From 23bb9ee3cb8bfcade3a43509bd17e057dffb64bb Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Thu, 24 May 2018 11:59:17 +0200 Subject: [PATCH] Update: Travis CI --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac1d7e3..2fb8d34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,18 @@ env: - GOTAGS= - GOTAGS=libsqlite3 - GOTAGS=trace - - GOTAGS=vtable + - GOTAGS=sqlite_allow_uri_authority + - GOTAGS=sqlite_app_armor + - GOTAGS=sqlite_foreign_keys + - GOTAGS=sqlite_fts5 + - GOTAGS=sqlite_icu + - GOTAGS=sqlite_introspect + - GOTAGS=sqlite_json + - GOTAGS=sqlite_secure_delete + - GOTAGS=sqlite_stat4 + - GOTAGS=sqlite_vacuum_full + - GOTAGS=sqlite_vacuum_incr + - GOTAGS=sqlite_vtable go: - 1.7.x