We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20c4bd2 + 7926b8e commit 3be672dCopy full SHA for 3be672d
.travis.yml
@@ -12,10 +12,8 @@ env:
12
matrix:
13
- GOTAGS=
14
- GOTAGS=libsqlite3
15
- - GOTAGS="sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth"
+ - GOTAGS="sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth sqlite_vacuum_incr sqlite_vtable"
16
- GOTAGS=sqlite_vacuum_full
17
- - GOTAGS=sqlite_vacuum_incr
18
- - GOTAGS=sqlite_vtable
19
20
go:
21
- 1.9.x
0 commit comments