From 3aef9a1a8fa6e39a7c71c48676ac1e49eb0e4e1f Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 9 Aug 2019 10:56:47 -0700 Subject: [PATCH] travis: update Signed-off-by: Gyuho Lee --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ff5ff08f..6b67c533b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,9 +25,6 @@ matrix: allow_failures: - go: 1.10.8 env: TARGET=linux-386-unit - exclude: - - go: tip - env: TARGET=linux-386-unit before_install: - if [[ $TRAVIS_GO_VERSION == 1.* ]]; then docker pull gcr.io/etcd-development/etcd-test:go${TRAVIS_GO_VERSION}; fi