Add travis ci config.

pull/56/head
Glen Cheney 10 years ago
parent 0a2ee22470
commit b4c5aaef2f

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.11"
before_script:
- npm install -g grunt-cli

@ -16,7 +16,7 @@
], ],
"main": "jquery.shuffle.js", "main": "jquery.shuffle.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "grunt test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save