From ec8912cdf17f454a3b0356a3a61c05b5bdde4279 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 3 Sep 2020 11:40:04 +0100 Subject: [PATCH] chore: run electron main tests on linux --- .travis.yml | 1 - packages/interface-ipfs-core/README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32a029e66a..11020e0792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,7 +96,6 @@ jobs: - stage: test name: electron-main - os: osx script: - npm run test:electron-main -- $RUN_SINCE -- -- --bail diff --git a/packages/interface-ipfs-core/README.md b/packages/interface-ipfs-core/README.md index fbbc615dfe..896d2211d2 100644 --- a/packages/interface-ipfs-core/README.md +++ b/packages/interface-ipfs-core/README.md @@ -177,6 +177,7 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c [![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) + ## License Copyright (c) Protocol Labs, Inc. under the **MIT License**. See [LICENSE.md](./LICENSE.md) for details.