diff options
author | Unknwon <u@gogs.io> | 2018-11-08 18:03:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-11-08 18:03:16 -0500 |
commit | 831251bcaa58f9e412cdb14ec495d6f6824ffaef (patch) | |
tree | 85f5ce9152e3f695f5d872f791d16177fcc9efb8 | |
parent | f4630f9044a2d00abb4cf20902ea37b99ffff64d (diff) |
ci: remove Go master for the moment
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0ee94265..01886d00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ go: - 1.9.x - 1.10.x - 1.11.x - - master before_install: - sudo apt-get update -qq |