before_script:
  - npm install
script:
  - tsc; npm test
language: node_js
node_js:
  - "6"