Skip to content

Commit

Permalink
Added Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMB committed Nov 10, 2013
1 parent 283cfd8 commit 3bcb3e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- 0.10
before_install:
- travis_retry npm install grunt-cli -g
- travis_retry npm install
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-coffee": "0.7.0"
"grunt-contrib-coffee": "0.7.0"
},
"scripts": {
"test": "grunt --verbose"
}
}

0 comments on commit 3bcb3e5

Please sign in to comment.