language: node_js
before_script:
  - npm i -g typescript typings
  - typings install
  - tsc

node_js:
  - "6"
  - "8"
