Skip to content

Instantly share code, notes, and snippets.

@eighteyes
Created December 1, 2016 22:15
Show Gist options
  • Save eighteyes/7667ffbb193925c9f272ceb9a92078f1 to your computer and use it in GitHub Desktop.
Save eighteyes/7667ffbb193925c9f272ceb9a92078f1 to your computer and use it in GitHub Desktop.
npm link for travis
language: node_js
node_js:
- "6.4"
sudo: required
before_script:
- mkdir ~/.npm-global
- npm config set prefix '~/.npm-global'
- echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.profile
- source ~/.profile
- npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment