[tor-commits] [check/master] Test on go1.11.x on travis

arlo at torproject.org arlo at torproject.org
Wed Apr 21 14:22:16 UTC 2021


commit f867af2fc0329770b9f9773ce42259ffad070876
Author: Arlo Breault <abreault at wikimedia.org>
Date:   Wed Apr 21 09:56:33 2021 -0400

    Test on go1.11.x on travis
---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4f008a4..a6b9205 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,10 @@
 language: go
 
 go:
-  - "1.1"
-  - "1.4"
+  - 1.11.x
 
-install:
-  - go get github.com/samuel/go-gettext/gettext
+env:
+  - GO111MODULE=on
 
 script:
   - make test



More information about the tor-commits mailing list