aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Mengué <dolmen@cpan.org>2020-07-21 10:00:10 +0200
committerGitHub <noreply@github.com>2020-07-21 17:00:10 +0900
commit4c2df3cc4614a8001c1afdebcbda0fcf6e045719 (patch)
treed6304e87b3f4ad9b91dbf2e8e2006229d683416b
parentTravis-CI: add Go 1.14.x, change order of Go versions (#830) (diff)
downloadgolite-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.yml2
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