diff options
author | Jakob Unterwurzacher | 2018-02-27 09:59:09 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-02-27 09:59:09 +0100 |
commit | 7f6e4ba47a49c9cb160f83f38460529056c76a96 (patch) | |
tree | 3a3140e5053eb12fc5a950db45b548a24c5badbd | |
parent | db45f2767187a44227fe8bd4c680cdcbd53cc489 (diff) |
travis ci: run on Go 1.10
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5580754..d5bfa43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ go: - 1.7.6 - 1.8.5 - 1.9.2 + - 1.10 install: - go get . |