mirror of
https://github.com/americanexpress/baton.git
synced 2025-03-30 15:08:27 +00:00
11 lines
140 B
YAML
11 lines
140 B
YAML
language: go
|
|
os:
|
|
- linux
|
|
env:
|
|
- "PATH=/home/travis/gopath/bin:$PATH"
|
|
script:
|
|
- gofmt -l ./
|
|
- go test -v
|
|
- go build
|
|
- go install
|