Initial Travis build/test.

pull/74/head
goltermann 9 years ago
parent 1cff534a6d
commit ad63bb92ae

@ -0,0 +1,14 @@
sudo: true
language: go
go:
- 1.4
install:
- sudo pip install jinja2
- sudo pip install pyyaml
- sudo pip install jsonschema
script:
- make test
Loading…
Cancel
Save