2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-25 20:12:36 +00:00

Update .travis.yml

This commit is contained in:
Alexander Neumann 2016-02-20 17:56:11 +01:00
parent cc8a929d43
commit 4dffd3de66

View File

@ -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: