Skip to content

Commit

Permalink
Fully working integration with Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
relistan committed Dec 8, 2012
1 parent d3f6a43 commit 554a61f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.8
- 0.6
before_script:
./node_modules/.bin/cake build
before_install:
- npm install coffee-script
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"dependencies": { "underscore": ">=1.3.0" },
"devDependencies": { "jasmine-node": ">=1.0.26", "fs": "latest", "coffee-script": "latest" },
"scripts": {
"test": "./node_modules/.bin/cake test"
"test": "./node_modules/.bin/cake test",
"install": "./node_modules/.bin/cake build"
},
"bin": {},
Expand Down

0 comments on commit 554a61f

Please sign in to comment.