commit 511d5d3b7681cb76822098f430ed6862232ca529 parent 8299fa885c1219554f848ffbb5ea6aa4b9506376 Author: Anthony Fok <foka@debian.org> Date: Mon, 26 Mar 2018 09:09:58 -0600 travis: Move to Ubuntu Trusty image Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml @@ -1,6 +1,6 @@ language: go sudo: required -dist: precise +dist: trusty go: - 1.9.4 - "1.10"