Skip to content

Commit

Permalink
🔥 Remove link command in travis and appveyor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgriffith committed Oct 25, 2016
1 parent 3e05a34 commit 5585216
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_js:
- '5'
- node
- iojs
before_script: npm link
after_success: npm run coveralls
notifications:
slack:
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ install:
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
# link
- npm link

# Post-install test scripts.
test_script:
Expand Down

0 comments on commit 5585216

Please sign in to comment.