diff options
author | Olivier Mengué <dolmen@cpan.org> | 2020-07-21 10:00:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 17:00:10 +0900 |
commit | 4c2df3cc4614a8001c1afdebcbda0fcf6e045719 (patch) | |
tree | d6304e87b3f4ad9b91dbf2e8e2006229d683416b | |
parent | Travis-CI: add Go 1.14.x, change order of Go versions (#830) (diff) | |
download | golite-4c2df3cc4614a8001c1afdebcbda0fcf6e045719.tar.gz golite-4c2df3cc4614a8001c1afdebcbda0fcf6e045719.tar.xz |
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.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a72d6fd..66b682e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +go_import_path: github.com/mattn/go-sqlite3 + os: - linux - osx |