Simon Egersand
2018-02-11 c6bf905a9c74a8c12fd4e3be1802385e22bf3108
.travis.yml
@@ -1,15 +1,16 @@
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
- '4'
  - '7'
  - '8'
  - 'stable'
script:
- npm run lint
- npm run test:typings
- npm run test
  - npm run lint
  - 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