From a586efb5f745ae2331248e4c0e2120c40e99500a Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Sun, 8 Dec 2019 11:04:52 +0100 Subject: [PATCH] chore: disable pull dep check until ping is refactored --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a128bda..5820e0a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,8 @@ jobs: - stage: check script: # - npx aegir build --bundlesize - - npx aegir dep-check -- -i wrtc -i electron-webrtc + # Remove pull libs once ping is async + - npx aegir dep-check -- -i wrtc -i electron-webrtc -i pull-handshake -i pull-stream - npm run lint - stage: test