Skip to content

Commit ab87c2c

Browse files
sbinetcorona10
authored andcommitted
ci: add go-import-path to handle fork builds (#127)
* ci: drop Go-1.11 * ci: add go-import-path to handle fork builds
1 parent cbabf56 commit ab87c2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: go
22
sudo: false
33
dist: trusty
44

5+
go_import_path: github.com/go-python/gpython
6+
57
os:
68
- linux
79

@@ -20,9 +22,6 @@ matrix:
2022
- go: 1.12.x
2123
env:
2224
- TAGS="-tags travis"
23-
- go: 1.11.x
24-
env:
25-
- TAGS="-tags travis"
2625
- go: master
2726
env:
2827
- TAGS="-tags travis"

0 commit comments

Comments
 (0)