File: .travis.yml

package info (click to toggle)
golang-github-chzyer-readline 1.4.39.g2972be2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: makefile: 6
file content (8 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
language: go
go:
  - 1.x
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