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:
Olivier Mengué
2020-07-21 10:00:10 +02:00
committed by GitHub
parent 979ea59e5a
commit 4c2df3cc46

View File

@@ -1,5 +1,7 @@
language: go
go_import_path: github.com/mattn/go-sqlite3
os:
- linux
- osx