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:
@@ -1,5 +1,7 @@
|
||||
language: go
|
||||
|
||||
go_import_path: github.com/mattn/go-sqlite3
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
Reference in New Issue
Block a user