--- language: node_js node_js: - "4" - "6" sudo: false cache: yarn: true before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: - yarn install --no-lockfile script: - yarn test