Simon Egersand
2018-02-07 63e0b0b2fc6f361b5ac4751eb05bc5983aea5873
.travis.yml
@@ -4,14 +4,11 @@
  - linux
  - windows
node_js:
  - '5'
  - '6'
  - '7'
  - '8'
  - 'stable'
script:
  - npm run lint
  - npm run test:all
cache:
  directories:
    - node_modules
before_install:
- export TZ=Europe/Stockholm