language: node_js
node_js:
    - node
install:
    - npm install
script:
    - npm test
    - npm run build