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 ./...