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

Commit

Permalink
Travis CI: wants to run with safe-perms off.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Aug 1, 2011
1 parent 84dc21f commit 78d80bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
env:
before_script: "npm install coffee-script && npm link"
before_script: "npm install coffee-script && npm config set unsafe-perm true && npm link"
script: "npm test"
notifications:
recipients:
Expand Down

0 comments on commit 78d80bd

Please sign in to comment.