Skip to content

Commit

Permalink
add coffee settings for travise-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Layzie committed Jul 8, 2012
1 parent 08b1bc6 commit 21bb341
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,3 +1,5 @@
before_script:
coffee -c -o lib src
language: node_js
node_js:
- 0.4
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -24,6 +24,8 @@

"bin": {
"less-watcher": "./bin/less-watcher"
},
"devDependencies": {
"coffee-script": "latest"
}

}

0 comments on commit 21bb341

Please sign in to comment.