initial travis CI

This commit is contained in:
Peter Cottle 2015-05-19 08:48:51 -07:00
parent 99dad65ce5
commit ae6b781cf4
2 changed files with 7 additions and 1 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"

View file

@ -2,7 +2,8 @@
"name": "LearnGitBranching",
"version": "0.8.0",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
"start": "node_modules/react-native/packager/packager.sh",
"test": "grunt test"
},
"repository": {
"type": "git",