mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Merge pull request #17 from cloudflare/travis
Add a config file for travis-ci.org
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.5
|
||||
- 1.8
|
||||
|
||||
go_import_path: github.com/cloudflare/unsee
|
||||
|
||||
script:
|
||||
- make test
|
||||
Reference in New Issue
Block a user