language: node_js
node_js:
  - "8"
  - "7"
  - "6"
script: npm test
branch: 
  except:
    - ls
    - list
install: 
  - npm install -g codecov mocha typescript
  - npm install

after_success: 
 - npm run report