From 25d72fbed5e83e5ed7b725bf11d558b90a875b02 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 12 Jun 2020 16:43:48 -0700 Subject: [PATCH] Export explorer/ into the real explorer repository --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5f3b4523f..e5a71ab3bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ jobs: depth: false script: - .travis/export-github-repo.sh web3.js/ test-solana-web3.js - - .travis/export-github-repo.sh explorer/ test-explorer + - .travis/export-github-repo.sh explorer/ explorer - &release-artifacts if: type IN (api, cron) OR tag IS present