Skip to content

Commit 23bb9ee

Browse files
committed
Update: Travis CI
1 parent ef74e33 commit 23bb9ee

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,18 @@ env:
1313
- GOTAGS=
1414
- GOTAGS=libsqlite3
1515
- GOTAGS=trace
16-
- GOTAGS=vtable
16+
- GOTAGS=sqlite_allow_uri_authority
17+
- GOTAGS=sqlite_app_armor
18+
- GOTAGS=sqlite_foreign_keys
19+
- GOTAGS=sqlite_fts5
20+
- GOTAGS=sqlite_icu
21+
- GOTAGS=sqlite_introspect
22+
- GOTAGS=sqlite_json
23+
- GOTAGS=sqlite_secure_delete
24+
- GOTAGS=sqlite_stat4
25+
- GOTAGS=sqlite_vacuum_full
26+
- GOTAGS=sqlite_vacuum_incr
27+
- GOTAGS=sqlite_vtable
1728

1829
go:
1930
- 1.7.x

0 commit comments

Comments
 (0)