diff options
author | unknwon <u@gogs.io> | 2019-07-28 15:14:28 -0700 |
---|---|---|
committer | unknwon <u@gogs.io> | 2019-07-28 15:14:28 -0700 |
commit | 6b2465746a364c990e4d6909d7e6cbfadeb02a37 (patch) | |
tree | 9dfca7461d6017e3243028e7d71e91674f06dac8 | |
parent | 35e2cee5c591d2477fc9d335d467805de6d58938 (diff) |
ci: add Go 1.12.x
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d029345e..9e4493b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x before_install: - sudo apt-get update -qq |