Merge pull request #17 from cloudflare/travis

Add a config file for travis-ci.org
This commit is contained in:
Łukasz Mierzwa
2017-03-28 13:03:25 -07:00
committed by GitHub

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