1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 09:22:58 +00:00
mondash/vendor/github.com/jmespath/go-jmespath/.travis.yml

10 lines
86 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.4
install: go get -v -t ./...
script: make test