language: node_js
node_js:
- "stable"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true
install:
- yarn install
script:
- yarn build
notifications:
email: false