language: node_js  
node_js:  
  - "node"
  
script:  
  - npm install

after_script:  
  - npm run test
