From 4d6bb508927735cd2b74b7eed6571a144c57be33 Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Thu, 24 May 2018 12:07:11 +0200 Subject: [PATCH] Update: Travis CI Usage of new build tag names --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2fb8d34..f1182d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ env: matrix: - GOTAGS= - GOTAGS=libsqlite3 - - GOTAGS=trace - GOTAGS=sqlite_allow_uri_authority - GOTAGS=sqlite_app_armor - GOTAGS=sqlite_foreign_keys @@ -21,7 +20,10 @@ env: - GOTAGS=sqlite_introspect - GOTAGS=sqlite_json - GOTAGS=sqlite_secure_delete + - GOTAGS=sqlite_see - GOTAGS=sqlite_stat4 + - GOTAGS=sqlite_trace + - GOTAGS=sqlite_userauth - GOTAGS=sqlite_vacuum_full - GOTAGS=sqlite_vacuum_incr - GOTAGS=sqlite_vtable