diff --git a/.travis.yml b/.travis.yml index d3c0f33d3b8d5e968c99af87bc0d4f27123649d9..a7b255003ccc61a81a483e628aee1f5aa68f756d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,10 +37,6 @@ cache: directories: - node_modules -# Install yarn as Travis doesn't support it out of the box -before_install: - - npm install -g yarn@v1.3.2 - # Install dependencies install: - yarn install