From a13b72c59ce2acf382462d548c8f31f3e5a34121 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 12 Jun 2020 22:24:25 -0700 Subject: [PATCH] Allow any branch --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dcf805220..6b4d5b1f18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ jobs: # explorer pull request - name: "explorer" - if: type = pull_request AND branch = master + if: type = pull_request language: node_js node_js: - "node" @@ -81,7 +81,7 @@ jobs: # web3.js pull request - name: "web3.js" - if: type = pull_request AND branch = master + if: type = pull_request language: node_js node_js: - "lts/*"