language: node_js
notifications:
  email:
    on_success: never
    on_failure: never
node_js:
- '6'
addons:
  sauce_connect: true
env:
  global:
before_install:
  - yarn install
before_script:
  - yarn global add gulp
  - gulp
