1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-11 19:06:50 +02:00

Merge pull request #10 from koalyptus/travis-ci

Added travis yaml
This commit is contained in:
koalyptus 2015-07-11 23:28:55 +10:00
commit a962d145cd
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",