mirror of https://github.com/restic/restic.git
Update .travis.yml
This commit is contained in:
parent
cc8a929d43
commit
4dffd3de66
|
@ -5,7 +5,7 @@ go:
|
||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4.3
|
- 1.4.3
|
||||||
- 1.5.3
|
- 1.5.3
|
||||||
- 1.6rc2
|
- 1.6
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -18,7 +18,7 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.4.3
|
go: 1.4.3
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.6rc2
|
go: 1.5.3
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
@ -32,7 +32,6 @@ install:
|
||||||
- go version
|
- go version
|
||||||
- export GOBIN="$GOPATH/bin"
|
- export GOBIN="$GOPATH/bin"
|
||||||
- export PATH="$PATH:$GOBIN"
|
- export PATH="$PATH:$GOBIN"
|
||||||
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace"
|
|
||||||
- go env
|
- go env
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue