Adding travis-ci build
Showing
.travis.yml
0 → 100644
... | ... | @@ -46,5 +46,12 @@ |
"karma-expect": "~1.0.0", | ||
"grunt-cli": "~0.1.13" | ||
}, | ||
"engines": { | ||
"node": "0.10.x", | ||
"npm": "1.2.x" | ||
}, | ||
"scripts": { | ||
"test": "grunt" | ||
}, | ||
"license": "Apache License" | ||
} |
Please
register
or
sign in
to comment