blob: 214da1e05aeb86967a708e8599584fe816a03a5a [file] [log] [blame]
language: go
go_import_path: github.com/pkg/sftp
go:
- 1.5.x
- 1.6.x
- 1.7.x
- tip
os:
- linux
- osx
sudo: false
addons:
ssh_known_hosts:
- bitbucket.org
install:
- go get -t -v ./...
- ssh-keygen -t rsa -q -P "" -f $HOME/.ssh/id_rsa
- (cd $GOPATH/src/golang.org/x/crypto && git fetch https://go.googlesource.com/crypto refs/changes/55/36055/1 && git checkout FETCH_HEAD && cd ./ssh && go install)
script:
- go test -integration -v ./...
- go test -testserver -v ./...
- go test -integration -testserver -v ./...
- go test -race -integration -v ./...
- go test -race -testserver -v ./...
- go test -race -integration -testserver -v ./...