set yarn version for travis

This commit is contained in:
Philipp Kühn
2018-11-14 17:16:40 +01:00
parent 8a72f9df1d
commit 9a767bc8f4

View File

@@ -2,7 +2,9 @@ language: node_js
node_js:
- "10"
cache: yarn
before_script:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
install:
- yarn install
script:
- yarn lint