Skip to content

Commit

Permalink
chore(travis): create symlink to testacular
Browse files Browse the repository at this point in the history
To avoid installing another testacular into node_modules/testacular (as
a peerDependency for the plugins). And therefore avoid npm issue trying to
create already created symlink.
  • Loading branch information
vojtajina committed Mar 1, 2013
1 parent afa3fe0 commit 6c28894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- 0.8

before_install:
- mkdir node_modules
- ln -s .. node_modules/testacular

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit 6c28894

Please sign in to comment.