diff --git a/.travis.yml b/.travis.yml index 80899999c..ed5e871c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ cache: # Install yarn as Travis doesn't support it out of the box before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash + - npm install -g yarn # Install dependencies install: