diff --git a/.travis.yml b/.travis.yml index b86fafe5be447a..9b4a588cde1fb6 100644 --- a/.travis.yml +++ b/.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