Skip to content

Commit

Permalink
Allow any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 13, 2020
1 parent 8f0e301 commit a13b72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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/*"
Expand Down

0 comments on commit a13b72c

Please sign in to comment.