add export path to travis config

This commit is contained in:
Philipp Kühn
2018-11-14 17:20:07 +01:00
parent 9a767bc8f4
commit 52359473d6

View File

@@ -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: