From 0709d5bdeb688b90fe7389c7fa0c976578ece5f1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 21 Feb 2018 00:29:14 +0100 Subject: [PATCH] Travis still doesn't support Go 1.10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdfad097..578d848c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: - linux go: - - 1.10.0 + - 1.10rc2 script: - gimme --list @@ -156,7 +156,7 @@ deploy: skip_cleanup: true on: repo: jedisct1/dnscrypt-proxy - condition: "${TRAVIS_GO_VERSION} == 1.10.0" + condition: "${TRAVIS_GO_VERSION} == 1.10rc2" tags: true after_deploy: