Add support for encrypted ssh keys
This commit is contained in:
17
vendor/github.com/ScaleFT/sshkeys/.travis.yml
generated
vendored
Normal file
17
vendor/github.com/ScaleFT/sshkeys/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
language: go
|
||||
|
||||
sudo: false
|
||||
|
||||
go_import_path: github.com/ScaleFT/sshkeys
|
||||
|
||||
go:
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- tip
|
||||
|
||||
before_install:
|
||||
- go get -u github.com/stretchr/testify/require github.com/dchest/bcrypt_pbkdf golang.org/x/crypto/ed25519 golang.org/x/crypto/ssh
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
Reference in New Issue
Block a user