Skip to content

Commit

Permalink
[meta] IPR: travis-ci has the branch as "master" on PRs too
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 12, 2019
1 parent b9fd178 commit 1437521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
include:
- node_js: "lts/*"
env: IPR=true
if: branch = master # until credentials can be used in PRs, somehow
if: branch = master && type = push # until credentials can be used in PRs, somehow
- node_js: "lts/*"
env: BUILD=true

Expand Down

0 comments on commit 1437521

Please sign in to comment.