author | Alberto Bertogli
<albertito@blitiri.com.ar> 2019-05-05 12:04:04 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2019-05-05 12:04:04 UTC |
parent | a5edd9053f12ef3638c3f388423f17b1e9c026b4 |
.travis.yml | +3 | -1 |
diff --git a/.travis.yml b/.travis.yml index 1381ac5..95a2aec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ dist: trusty sudo: false go: - - 1.7 # Debian stable. + # 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 - stable - master