Skip to content

Commit

Permalink
ci: install yarn global
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelx committed Feb 17, 2020
1 parent b6571ba commit fffecad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fffecad

Please sign in to comment.