1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 20:32:54 +02:00

Added travis yaml

This commit is contained in:
Max Guglielmi 2015-07-11 23:26:49 +10:00
parent 0cc4a7032b
commit a8d1bd2053
2 changed files with 8 additions and 0 deletions

5
.travis.yml Normal file
View file

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

View file

@ -27,6 +27,9 @@
"LICENSE.md",
"src/*"
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"babel-core": "^5.1.13",
"babel-loader": "^5.0.0",