diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 12:07:11 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 12:07:11 +0200 |
commit | 4d6bb508927735cd2b74b7eed6571a144c57be33 (patch) | |
tree | 78e172135a0272f77fc38a02bbd5b6fbc4efa81c | |
parent | Renamed build option `trace` (diff) | |
download | golite-4d6bb508927735cd2b74b7eed6571a144c57be33.tar.gz golite-4d6bb508927735cd2b74b7eed6571a144c57be33.tar.xz |
Update: Travis CI
Usage of new build tag names
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2fb8d34..f1182d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ env: matrix: - GOTAGS= - GOTAGS=libsqlite3 - - GOTAGS=trace - GOTAGS=sqlite_allow_uri_authority - GOTAGS=sqlite_app_armor - GOTAGS=sqlite_foreign_keys @@ -21,7 +20,10 @@ env: - GOTAGS=sqlite_introspect - GOTAGS=sqlite_json - GOTAGS=sqlite_secure_delete + - GOTAGS=sqlite_see - GOTAGS=sqlite_stat4 + - GOTAGS=sqlite_trace + - GOTAGS=sqlite_userauth - GOTAGS=sqlite_vacuum_full - GOTAGS=sqlite_vacuum_incr - GOTAGS=sqlite_vtable |