diff --git a/.travis.yml b/.travis.yml index 6a63caff09..c6ee3beba2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,6 @@ jobs: - name: external - service-worker-gateway - name: external - orbit-db - name: external - ipfs-log - - name: external - sidetree include: - stage: test @@ -371,12 +370,5 @@ jobs: script: - npm run test:external -- -- -- https://github.com/orbitdb/ipfs-log.git --deps=ipfs@next - - stage: test-external - # only run on changes to master - if: branch = master AND type = push AND fork = false - name: external - sidetree - script: - - npm run test:external -- -- -- https://github.com/decentralized-identity/sidetree.git --deps=ipfs@next - notifications: email: false