Configure travis testing.
This commit is contained in:
parent
ac519bfaf5
commit
aa7297ab21
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
@ -16,6 +16,9 @@
|
||||
"mo",
|
||||
"po"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.2",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
|
Loading…
Reference in New Issue
Block a user