Force travis to rebuild

This commit is contained in:
squidfunk 2017-02-10 10:36:20 +01:00
parent 78d7cdaf0b
commit f1ee7add1c

View File

@ -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