pulumi/.travis.yml

11 lines
173 B
YAML
Raw Normal View History

language: go
go:
- 1.8.x
- master
before_install:
2017-05-24 20:05:20 +02:00
- go get -v github.com/tools/godep
- go get -v github.com/golang/lint/golint
2017-05-24 20:03:15 +02:00
install:
- godep restore