language: node_js
node_js:
  - node

install:
  - npm install
before_script:
  - npm run build
script:
  - npm run test-travis