From 58d82f2287558c0cb7c9dc39d8cbd64ae3784e69 Mon Sep 17 00:00:00 2001 From: sebelga Date: Sun, 2 Dec 2018 18:41:57 +0100 Subject: [PATCH] chore(CI): Change yarn version for Travis build --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1285ff3..a99e183 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "10" - "8" + - "6" branches: only: @@ -13,4 +14,9 @@ script: after_success: - npm run coveralls -cache: yarn +sudo: false +before_install: + - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3 + - export PATH=$HOME/.yarn/bin:$PATH +cache: + yarn: true