mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-28 12:33:33 +02:00
15 lines
270 B
YAML
15 lines
270 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.4.1
|
|
|
|
before_script:
|
|
- FIXED=$(go fmt ./... | wc -l); if [ $FIXED -gt 0 ]; then echo "gofmt - $FIXED file(s) not formatted correctly, please run gofmt to fix this." && exit 1; fi
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
notifications:
|
|
email: false
|