From 19fc1a0c01d4cad4591e7bb7d8267960e514e7c0 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 b86fafe5be447a..9b4a588cde1fb6 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