language: node_js before_install: - curl -o- -L yarnpkg.com/install.sh | bash -s -- --version 1.3.2 - export PATH=$HOME/.yarn/bin:$PATH branches: only: - master cache: yarn: true