From f1ee7add1c799f3fc89116a63c2eea13f9beafec Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 10 Feb 2017 10:36:20 +0100 Subject: [PATCH] Force travis to rebuild --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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