diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 11:59:17 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 11:59:17 +0200 |
commit | 23bb9ee3cb8bfcade3a43509bd17e057dffb64bb (patch) | |
tree | 8e687069caa477c2e622382bc81da9680df5c27e | |
parent | Update: README (diff) | |
download | golite-23bb9ee3cb8bfcade3a43509bd17e057dffb64bb.tar.gz golite-23bb9ee3cb8bfcade3a43509bd17e057dffb64bb.tar.xz |
Update: Travis CI
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 12 insertions, 1 deletions
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 |