diff --git a/.travis.yml b/.travis.yml index 3f50e528..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 @@ -20,9 +22,6 @@ matrix: - go: 1.12.x env: - TAGS="-tags travis" - - go: 1.11.x - env: - - TAGS="-tags travis" - go: master env: - TAGS="-tags travis"