Skip to content
Snippets Groups Projects
Commit b5480f8a authored by Brian Peiris's avatar Brian Peiris
Browse files

upgrade travis yarn to 1.5.1

parent 0de022af
No related branches found
No related tags found
Loading
language: node_js
node_js: node
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH="$HOME/.yarn/bin:$PATH"
install: yarn
script: yarn lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment