Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

fix: fix name-pubsub test #108

Merged
merged 12 commits into from
Apr 20, 2020
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ stages:
- cov

node_js:
- '10'
- '12'

os:
- linux
- osx

script:
- npm install ipfs@0.41.0-rc.1 go-ipfs-dep ipfs-http-client@42.0.0
- npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

Expand All @@ -39,16 +38,14 @@ jobs:
addons:
chrome: stable
script:
- npm install ipfs@0.41.0-rc.1 go-ipfs-dep ipfs-http-client@42.0.0
- npx aegir test -t browser
- npx aegir test -t browser --bail

- stage: test
name: firefox
addons:
firefox: latest
script:
- npm install ipfs@0.41.0-rc.1 go-ipfs-dep ipfs-http-client@42.0.0
- npx aegir test -t browser -- --browsers FirefoxHeadless
- npx aegir test -t browser --bail -- --browsers FirefoxHeadless

notifications:
email: false
Loading