mirror of
https://github.com/octoleo/restic.git
synced 2025-01-05 16:12:29 +00:00
Merge pull request #413 from restic/reduce-travis-matrix
Reduce jobs run on Travis
This commit is contained in:
commit
0535490618
11
.travis.yml
11
.travis.yml
@ -5,12 +5,21 @@ go:
|
|||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4.3
|
- 1.4.3
|
||||||
- 1.5.3
|
- 1.5.3
|
||||||
- 1.6rc1
|
- 1.6rc2
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
go: 1.3.3
|
||||||
|
- os: osx
|
||||||
|
go: 1.4.3
|
||||||
|
- os: osx
|
||||||
|
go: 1.6rc2
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
Reference in New Issue
Block a user