dist: trusty sudo: required language: node_js node_js: - "5" os: - linux env: global: - DBUS_SESSION_BUS_ADDRESS=/dev/null - DISPLAY=:99.0 - CHROME_BIN=chromium-browser before_script: - sh -e /etc/init.d/xvfb start before_install: - npm install --global yarn install: - yarn script: - yarn run lint - yarn run test:once after_success: - yarn run build deploy: provider: npm skip_cleanup: true email: "fahecs@gmail.com" api_key: "a3e623e1-7557-441b-8a5c-5531c3951a59"