mirror of
https://github.com/fluencelabs/js-libp2p-secio
synced 2025-03-15 09:50:55 +00:00
20 lines
665 B
YAML
20 lines
665 B
YAML
# 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.
|
|
machine:
|
|
node:
|
|
version: stable
|
|
|
|
test:
|
|
post:
|
|
- npm run coverage -- --upload --providers coveralls
|
|
|
|
dependencies:
|
|
pre:
|
|
- google-chrome --version
|
|
- 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
|
|
- sudo apt-get update
|
|
- sudo apt-get install -f
|
|
- sudo apt-get install --only-upgrade lsb-base
|
|
- sudo dpkg -i google-chrome.deb
|
|
- google-chrome --version
|