language: node_js
sudo: false
node_js:
  - 'node'

branches:
  only:
    - master

install: npm install

script: npm run flow
