Add a config file for travis-ci.org

This enables travis-ci.org integration, travis will run 'make test' for new PRs
This commit is contained in:
Łukasz Mierzwa
2017-03-28 12:46:10 -07:00
parent 9f309cf5d2
commit 118f3784bf

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: go
go:
- 1.7.5
- 1.8
go_import_path: github.com/cloudflare/unsee
script:
- make test