sudo: false
language: node_js
before_script:
  - npm run build
  - npm run build:babel
node_js:
  - "6"
