Skip to content

Commit

Permalink
retry export of custom PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 7, 2018
1 parent 40b9ff1 commit 3f593d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env: PATH=~/npm/node_modules/.bin:$PATH
before_install: |
[[ ! -x ~/npm/node_modules/.bin/npm ]] && {
# caching feature creates `~/npm` for us
cd ~/npm && npm install npm
cd ~/npm && npm install npm && export PATH=~/npm/node_modules/.bin:$PATH
cd -
} || true
# this avoids compilation in most cases (where we don't need it)
Expand Down

0 comments on commit 3f593d6

Please sign in to comment.