Created
December 1, 2016 22:15
-
-
Save eighteyes/7667ffbb193925c9f272ceb9a92078f1 to your computer and use it in GitHub Desktop.
npm link for travis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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