Add a basic Travis CI/CD file

This is the beginning of pulumi/lumi#162.
This commit is contained in:
joeduffy 2017-05-24 10:29:30 -07:00
parent ced90154e0
commit f93f8f0510

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: go
go:
- 1.8.x
- master
before_install:
- curl https://glide.sh/get | sh
- go get -v github.com/golang/lint/golint
install:
- glide install