diff --git a/.travis.yml b/.travis.yml index 9900703..31edb78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,12 @@ branches: addons: chrome: stable -install: yarn install --frozen-lockfile +before_install: + - curl -o- -L https://yarnpkg.com/install.sh | bash + - export PATH=$HOME/.yarn/bin:$PATH + +install: + - yarn install --frozen-lockfile script: - yarn ci:script