16 lines
593 B
YAML
Raw Normal View History

# 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.
2016-05-08 23:08:00 +02:00
machine:
node:
version: stable
dependencies:
pre:
- google-chrome --version
2017-10-20 11:25:14 +01:00
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb || true
2016-05-08 23:08:00 +02:00
- sudo apt-get update
2017-10-20 11:25:14 +01:00
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i google-chrome.deb
2016-05-08 23:08:00 +02:00
- google-chrome --version