mirror of https://github.com/chzyer/readline.git
15 lines
434 B
YAML
15 lines
434 B
YAML
language: go
|
|
matrix:
|
|
include:
|
|
- go: 1.x
|
|
- arch: ppc64le
|
|
go: 1.x
|
|
script:
|
|
- GOOS=linux go install github.com/chzyer/readline/example/...
|
|
- go test -race -v
|
|
script:
|
|
- GOOS=windows go install github.com/chzyer/readline/example/...
|
|
- GOOS=linux go install github.com/chzyer/readline/example/...
|
|
- GOOS=darwin go install github.com/chzyer/readline/example/...
|
|
- go test -race -v
|