Update: Travis CI

This commit is contained in:
Gert-Jan Timmer 2018-05-24 11:59:17 +02:00
parent ef74e33f4a
commit 23bb9ee3cb
1 changed files with 12 additions and 1 deletions

View File

@ -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