Simon Egersand
2018-02-11 a392b22565203e69feb2c36bd556d039bd5640a2
.travis.yml
@@ -4,18 +4,13 @@
  - linux
  - windows
node_js:
  - '4'
  - '5'
  - '6'
  - '7'
  - '8'
  - 'stable'
script:
  - npm run lint
  - npm run test:typings
  - npm run test
  - npm run test:all
before_install:
  - curl -o- -L https://yarnpkg.com/install.sh | bash
  - export PATH=$HOME/.yarn/bin:$PATH
cache:
  yarn: true
  directories:
    - node_modules
- export TZ=Europe/Stockholm
notifications:
  email: false