Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Feb 21, 2013
1 parent ba3d8d3 commit 4ac6def
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
- npm install bower -g
- bower install
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-stylus": "~0.4.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-connect": "~0.1.2",
"grunt-este": "~0.0.3"
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-stylus": "~0.4.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-este": "~0.0.5"
},
"scripts": {
"test": "grunt test --stage"
},
"license": "MIT"
}
}

0 comments on commit 4ac6def

Please sign in to comment.