js-libp2p-secio/circle.yml

20 lines
665 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-20 21:29:53 +02:00
machine:
node:
version: stable
test:
post:
- npm run coverage -- --upload --providers coveralls
2016-05-20 21:29:53 +02:00
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
2016-05-20 21:29:53 +02:00
- sudo apt-get update
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i google-chrome.deb
2016-05-20 21:29:53 +02:00
- google-chrome --version