author | Alberto Bertogli
<albertito@blitiri.com.ar> 2019-12-01 02:52:10 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2019-12-01 17:25:25 UTC |
parent | 34339c4572d3c5c93052f698e671e57931ddb299 |
.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