1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-26 07:43:46 +01:00

Add Travis

This commit is contained in:
Adam Mckaig 2016-08-11 21:58:38 -04:00 committed by GitHub
parent 56a30022f5
commit 8f5356a8a6

8
.travis.yml Normal file

@ -0,0 +1,8 @@
language: go
go:
- 1.5
- 1.6
script:
- go test -v ./...