language: python node_js: "8" cache: - pip - yarn env: global: - DISPLAY=':99.0' - YARN_VERSION='0.24.5' - MC_COMMIT='b4cef8d1dff0' # https://hg.mozilla.org/mozilla-central/shortlog notifications: slack: on_success: never on_failure: always addons: apt: packages: - autoconf2.13 - sshpass - p7zip-full install: - pip install --upgrade pip - pip install -U mercurial - . $HOME/.nvm/nvm.sh; nvm install stable; nvm use stable - ./bin/ci/install-yarn - ./bin/ci/clone-gecko.sh - du -sh firefox - yarn before_script: - ./bin/ci/build-firefox.sh - sh -e /etc/init.d/xvfb start script: - node --version - du -sh firefox - node ./bin/ci/run-tests.js