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