UNPKG

593 BYAMLView Raw
1# Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
2machine:
3 node:
4 version: stable
5
6dependencies:
7 pre:
8 - google-chrome --version
9 - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
10 - sudo dpkg -i google-chrome.deb || true
11 - sudo apt-get update
12 - sudo apt-get install -f
13 - sudo apt-get install --only-upgrade lsb-base
14 - sudo dpkg -i google-chrome.deb
15 - google-chrome --version