From 3bbd66f43a23d1c5c5d422da2c620f112195c50f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 14 Mar 2015 15:37:12 +0100 Subject: [PATCH] Move section, remove 'tip' --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 215029845..1d38a5235 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ language: Go - -notifications: - irc: "chat.freenode.net#restic" - go: - 1.3 - 1.3.1 @@ -12,7 +8,9 @@ go: - 1.4.1 - 1.4.2 - release - - tip + +notifications: + irc: "chat.freenode.net#restic" install: - go get -v -t ./...