language: node_js node_js: - 6 sudo: false before_script: - nvm install 6 - npm install -g yarn - yarn install cache: yarn: true script: - gulp lint