vikunja/vendor/github.com/BurntSushi/toml/.travis.yml
konrad 1b84292332
All checks were successful
continuous-integration/drone/push Build is passing
Fix lint errs (#59)
2019-02-18 19:32:41 +00:00

16 lines
209 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go install ./...
- go get github.com/BurntSushi/toml-test
script:
- export PATH="$PATH:$HOME/gopath/bin"
- make test