From ed7b26d1629ac00ebc8bfe669402a91368eff457 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Tue, 27 Aug 2019 13:11:47 +0300 Subject: [PATCH] Update travis config - remove notifications - use latest two versions (1.11, 1.12) --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46cc6e7..4e28d0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,4 @@ language: go go: - - 1.3.3 -notifications: - # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more - # about configuring notification recipients and more. - email: - recipients: - - coda.hale@gmail.com + - 1.11.x + - 1.12.x