Update yarn to v1.3.2

This commit is contained in:
kamino-hiroki 2017-12-20 22:31:02 +09:00 committed by Martin Donath
parent 468bbe9c1b
commit ea257eadf1

View File

@ -39,7 +39,7 @@ cache:
# Install yarn as Travis doesn't support it out of the box
before_install:
- npm install -g yarn@v0.22.0
- npm install -g yarn@v1.3.2
# Install dependencies
install: