mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 13:32:19 +00:00
chore: update ci
This commit is contained in:
parent
ac98b7582a
commit
a2934aa371
@ -7,19 +7,19 @@ matrix:
|
|||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
- node_js: 6
|
- node_js: 6
|
||||||
env:
|
env:
|
||||||
- SAUCE=true
|
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
- node_js: stable
|
- node_js: stable
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
|
|
||||||
# Make sure we have new NPM.
|
# Make sure we have new NPM.
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g npm
|
- npm install -g npm@4
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm test
|
- npm test
|
||||||
- npm run coverage
|
- npm run coverage
|
||||||
|
- make test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
@ -29,7 +29,7 @@ after_success:
|
|||||||
- npm run coverage-publish
|
- npm run coverage-publish
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: 'latest'
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
<!-- [](https://saucelabs.com/u/ipfs-js-peer-id) -->
|
|
||||||
|
|
||||||
> [IPFS](https://github.com/ipfs/ipfs) Peer ID implementation in JavaScript.
|
> [IPFS](https://github.com/ipfs/ipfs) Peer ID implementation in JavaScript.
|
||||||
|
|
||||||
- [Description](#description)
|
- [Description](#description)
|
||||||
|
@ -5,8 +5,10 @@ machine:
|
|||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- google-chrome --version
|
- google-chrome --version
|
||||||
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
|
- sudo dpkg -i google-chrome.deb || true
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get --only-upgrade install google-chrome-stable
|
- sudo apt-get install -f
|
||||||
|
- sudo apt-get install --only-upgrade lsb-base
|
||||||
|
- sudo dpkg -i google-chrome.deb
|
||||||
- google-chrome --version
|
- google-chrome --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user