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.4.3
|
||||
- 1.5.3
|
||||
- 1.6rc2
|
||||
- 1.6
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
@ -18,7 +18,7 @@ matrix:
|
|||
- os: osx
|
||||
go: 1.4.3
|
||||
- os: osx
|
||||
go: 1.6rc2
|
||||
go: 1.5.3
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
@ -32,7 +32,6 @@ install:
|
|||
- go version
|
||||
- export GOBIN="$GOPATH/bin"
|
||||
- export PATH="$PATH:$GOBIN"
|
||||
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace"
|
||||
- go env
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue