From d7b26129156d372ba9161872b20ed114b3ee3aba Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sat, 14 Mar 2020 00:13:30 +0800 Subject: [PATCH] Fix travis build (#2) --- explorer/.travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/explorer/.travis.yml b/explorer/.travis.yml index b86fafe5be..9b4a588cde 100644 --- a/explorer/.travis.yml +++ b/explorer/.travis.yml @@ -1,9 +1,10 @@ language: node_js node_js: - "node" -cache: - directories: - - node_modules +branches: + only: + - master script: - - npm run build + # temporary until hasha dependency warning is fixed + - CI=false npm run build - npm run format