language: node_js
dist: trusty
sudo: false
node_js:
  - "8"
install:
  - npm install
script:
  - npm run build
notifications:
  slack: hackforplay:3ZXJmUzsYmjM86Ty3oXOvqpC
