Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

chore: update deps #26

Merged
merged 3 commits into from
May 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 34 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,40 @@
sudo: false
language: node_js
cache: npm
stages:
- check
- test
- cov

matrix:
include:
- node_js: 10
env: CXX=g++-4.8
node_js:
- '10'

os:
- linux
- osx
- windows

script:
- npm run lint
- npm run test
- npm run coverage
- make test
script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- stage: test
name: chrome
addons:
chrome: stable
script: npx aegir test -t browser -t webworker

after_success:
- npm run coverage-publish
- stage: test
name: firefox
addons:
firefox: latest
script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless

addons:
firefox: 'latest'
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
notifications:
email: false
27 changes: 0 additions & 27 deletions appveyor.yml

This file was deleted.

18 changes: 0 additions & 18 deletions circle.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"homepage": "https://github.com/ipfs/interface-datastore#readme",
"devDependencies": {
"aegir": "^17.1.1",
"aegir": "^18.2.2",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"flow-bin": "~0.83.0"
"flow-bin": "~0.97.0"
},
"dependencies": {
"class-is": "^1.1.0",
Expand Down