mirror of
https://github.com/moul/sshportal.git
synced 2024-11-15 20:55:58 +08:00
10 lines
193 B
YAML
10 lines
193 B
YAML
version: 2.0
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: golang:1.8
|
|
working_directory: /go/src/github.com/gliderlabs/ssh
|
|
steps:
|
|
- checkout
|
|
- run: go get
|
|
- run: go test -v -race
|