diff --git a/.travis.yml b/.travis.yml index 9a3fea314..a1f22ab50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ cache: directories: - node_modules -# Install yarn, as Travis doesn't support it out of the box +# Install yarn as Travis doesn't support it out of the box before_install: npm install -g yarn # Do not install optional dependencies by default