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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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