add export path to travis config
This commit is contained in:
@@ -4,6 +4,7 @@ node_js:
|
||||
cache: yarn
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
install:
|
||||
- yarn install
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user