git » chasquid » commit bf01fab

travis: Increase minimum supported version to 1.11

author Alberto Bertogli
2019-12-01 02:52:10 UTC
committer Alberto Bertogli
2019-12-01 17:25:25 UTC
parent 34339c4572d3c5c93052f698e671e57931ddb299

travis: Increase minimum supported version to 1.11

We want Travis CI to check against the Go version shipped in the latest
Debian stable, to make sure chasquid can be built and run there.

There was a new Debian release which has Go 1.11, so raise the CI config
version accordingly.

.travis.yml +2 -3

diff --git a/.travis.yml b/.travis.yml
index 95a2aec..29ee46d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,8 @@ dist: trusty
 sudo: false
 
 go:
-    # Normally we'd want to support the version in Debian stable, but
-    # golang.org/x/crypto requires math/bits which appeared in 1.9.
-    - 1.9
+    # Check against the version in Debian stable.
+    - 1.11
     - stable
     - master