language: node_js sudo: false node_js: - '4' script: - npm run lint - npm run test:typings - npm run test before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH cache: yarn: true directories: - node_modules