Skip to content

Commit

Permalink
Try using global coffee installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rdumont committed Jun 16, 2014
1 parent 257b42b commit 96e0f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- "0.11"

before_install:
- npm install coffee-script
- npm install -g coffee-script

deploy:
provider: npm
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ echo 'Removing old compiled .js files...'
rm -f lib/*.js
rm -f bin/*.js
echo 'Compiling coffee files...'
node_modules/.bin/coffee -b -c lib/ bin/
coffee -b -c lib/ bin/
echo 'Prepending shebang to bin file...'
sed -i '1s;^;#!/usr/bin/env node\n;' bin/cli.js

0 comments on commit 96e0f4b

Please sign in to comment.