Skip to content

Commit

Permalink
Symlink node bins
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Sep 11, 2016
1 parent e82366a commit 832c916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ before_install:
- sudo wget -P /usr/local/ https://nodejs.org/dist/v${version}/node-v${version}-linux-x64.tar.xz;
- sudo tar xvf /usr/local/node-v${version}-linux-x64.tar.xz -C /usr/local;
- sudo ln -s /usr/local/node-v${version}-linux-x64 /usr/local/node;
- sudo ln -s /usr/local/node/bin/* /usr/local/bin/ 2>/dev/null || true


- sudo npm install -g eslint
Expand Down

0 comments on commit 832c916

Please sign in to comment.