Skip to content

Commit

Permalink
Travis-CI: set go_import_path (#829)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dolmen committed Jul 21, 2020
1 parent 979ea59 commit 4c2df3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: go

go_import_path: github.com/mattn/go-sqlite3

os:
- linux
- osx
Expand Down

0 comments on commit 4c2df3c

Please sign in to comment.