Skip to content

Commit

Permalink
chore(travis): tweaking conditional
Browse files Browse the repository at this point in the history
- testing PR builds
  • Loading branch information
ErisDS committed Apr 18, 2019
1 parent 94655bd commit d2fb8f1
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 @@ -13,7 +13,7 @@ jobs:
env: TEST_SUITE=lint

# Don't run builds for renovate PRs, only renovate pushes
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
if: NOT branch =~ /^renovate\/.+$/ AND type != pull_request

script:
- if [ "$TEST_SUITE" == "lint" ]; then yarn run lint; else yarn run test:all; fi
Expand Down

0 comments on commit d2fb8f1

Please sign in to comment.