Add Travis config

This commit is contained in:
Rowan Manning
2013-11-20 13:46:47 +00:00
parent c13af05422
commit 34a7c351c9

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
# Language/versions
language: node_js
node_js:
- "0.10"
# Build script
before_script:
- npm install -g grunt-cli
script: 'grunt ci'
# Notifications
notifications:
email:
- j.robinson@nature.com
- perry.harlock@nature.com
- rowan.manning@nature.com