Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 7e283ec

Browse files
authored
chore: allow externals to fail (#2736)
We need to publish an rc for people to use to refactor their code to use the new API. The `aegir` release commands require the `last-successful` build to have run in order to update the last known good build branch. That build will not run until the external builds pass but we can't make them pass until they can be refactored to use the new API for which we need an rc. The change to the `.travis.yml` in this PR allows the overall build to pass even though the external module builds are faiilng.
1 parent feba661 commit 7e283ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ after_success:
4040
- npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
4141

4242
jobs:
43+
allow_failures:
44+
- name: external - ipfs-companion
45+
- name: external - npm-on-ipfs
46+
- name: external - ipfs-pubsub-room
47+
- name: external - peer-base
48+
- name: external - service-worker-gateway
49+
- name: external - orbit-db
50+
- name: external - ipfs-log
51+
- name: external - sidetree
4352
include:
4453
- stage: check
4554
script:

0 commit comments

Comments
 (0)