Simon Egersand
2018-02-01 80582080ed523fcb9f85300438e066b76a008a4f
.travis.yml
@@ -4,14 +4,9 @@
  - linux
  - windows
node_js:
  - '4'
  - '5'
  - '6'
  - '7'
  - '8'
  - 'stable'
script:
  - npm run lint
  - npm run test:typings
  - npm run test
cache:
  directories:
    - node_modules
  - npm run test:all