Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 12, 2020
1 parent 264810f commit 105f388
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 @@ -64,7 +64,7 @@ jobs:

# explorer pull request
- name: "explorer"
if: type = pull
if: type = pull_request AND branch = master
language: node_js
node_js:
- "node"
Expand All @@ -79,7 +79,7 @@ jobs:

# web3.js pull request
- name: "web3.js"
if: type = pull
if: type = pull_request AND branch = master
language: node_js
node_js:
- "lts/*"
Expand Down

0 comments on commit 105f388

Please sign in to comment.