mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-28 12:33:33 +02:00
12 lines
178 B
YAML
12 lines
178 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- tip
|
|
install:
|
|
- go install ./...
|
|
- go get github.com/BurntSushi/toml-test
|
|
script:
|
|
- export PATH="$PATH:$HOME/gopath/bin"
|
|
- make test
|
|
|