diff options
author | Chris K <chrisko@google.com> | 2020-01-24 14:36:19 -0800 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2020-01-24 23:21:30 +0000 |
commit | 5214532ecf392e5a8818355f3fff993aaef42c06 (patch) | |
tree | 17714e4d6f8d0d27d707f07217d5aed7cb93b090 | |
parent | f7072f72789b2bbd1309b0da2e0a2bb55dd21c59 (diff) |
travis: disable go tip
Signed-off-by: Chris Koch <chrisko@google.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f257743..78dcec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ go: - "1.11" - "1.12" - "1.13" - - tip env: - TEST_SUITE=unit |