diff options
| author | G.J.R. Timmer <gjr.timmer@gmail.com> | 2019-08-21 23:04:45 +0200 |
|---|---|---|
| committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2019-08-22 10:59:46 +0200 |
| commit | 2ea5857c0eb3179b078ce5fb881ace11eb28f285 (patch) | |
| tree | 0d2286de5b9dd161c149dcfe43534b1c6e73cc64 /.travis.yml | |
| parent | Merge pull request #734 from gwd/out/fix-libsqlite3-darwin-build (diff) | |
| download | golite-2ea5857c0eb3179b078ce5fb881ace11eb28f285.tar.gz golite-2ea5857c0eb3179b078ce5fb881ace11eb28f285.tar.xz | |
Closes #597
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index eb0abbb..bf31d15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,5 @@ script: - $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx - go test -race -v . -tags "" - go test -race -v . -tags "libsqlite3" - - go test -race -v . -tags "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 sqlite_unlock_notify" - - go test -race -v . -tags "sqlite_vacuum_full"
\ No newline at end of file + - go test -race -v . -tags "sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_preupdate_hook sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth sqlite_vacuum_incr sqlite_vtable sqlite_unlock_notify" + - go test -race -v . -tags "sqlite_vacuum_full" |
