forked from mirror/go-sqlite3
disable combination of libsqlite3 and trace because travis(trusty) is too old.
This commit is contained in:
parent
6e9298a6b1
commit
599dd7631f
|
@ -5,7 +5,7 @@ env:
|
|||
- GOTAGS=
|
||||
- GOTAGS=libsqlite3
|
||||
- GOTAGS=trace
|
||||
- GOTAGS="libsqlite3 trace"
|
||||
#- GOTAGS="libsqlite3 trace" # trusty is too old for this
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
|
|
Loading…
Reference in New Issue