From 07b0e592c9af83f437353a8f61f93eb132d86394 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Wed, 6 Nov 2019 10:02:39 +0100 Subject: [PATCH 1/2] ci: drop Go-1.11 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f50e528..10349245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,6 @@ matrix: - go: 1.12.x env: - TAGS="-tags travis" - - go: 1.11.x - env: - - TAGS="-tags travis" - go: master env: - TAGS="-tags travis" From fdd5f8b755f62e607b27da653d6e4d5d8bfb61b8 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Wed, 6 Nov 2019 10:05:26 +0100 Subject: [PATCH 2/2] ci: add go-import-path to handle fork builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10349245..17191ef9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: go sudo: false dist: trusty +go_import_path: github.com/go-python/gpython + os: - linux