Skip to content

Commit

Permalink
Fix travis before_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 5, 2012
1 parent 1f18a36 commit 66fa193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ node_js:
- 0.8
- 0.9

before_script:
- ln -s ../ node_modules/memoize
before_install:
- mkdir node_modules; ln -s ../ node_modules/memoizee

notifications:
email:
Expand Down

0 comments on commit 66fa193

Please sign in to comment.