From a45f2cb2057d80f68ee11e3849a4da24d4b2724d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 6 Feb 2016 13:04:49 +0100 Subject: [PATCH] Reduce jobs run on Travis Skip building and testing restic with Go 1.3, 1.4 and 1.6 on osx. --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d57c47d47..5e19e09e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,21 @@ go: - 1.3.3 - 1.4.3 - 1.5.3 - - 1.6rc1 + - 1.6rc2 os: - linux - osx +matrix: + exclude: + - os: osx + go: 1.3.3 + - os: osx + go: 1.4.3 + - os: osx + go: 1.6rc2 + notifications: irc: channels: