forked from mirror/go-sqlite3
Travis-CI: set go_import_path (#829)
Set go_import_path to tell Travis-CI where to checkout the code, so the Travis build can also work on forks. This is important when building without Go modules support.
This commit is contained in:
parent
979ea59e5a
commit
4c2df3cc46
|
@ -1,5 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
go_import_path: github.com/mattn/go-sqlite3
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
Loading…
Reference in New Issue