forked from TrueCloudLab/restic
Reduce jobs run on Travis
Skip building and testing restic with Go 1.3, 1.4 and 1.6 on osx.
This commit is contained in:
parent
3fd5b5975a
commit
a45f2cb205
1 changed files with 10 additions and 1 deletions
11
.travis.yml
11
.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:
|
||||
|
|
Loading…
Reference in a new issue