Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Feb 11, 2021
1 parent 915e0db commit 3ce1ffa
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 @@ -101,7 +101,7 @@ jobs:
- stage: 'Documentation & Tests'
name: 'Compatibility tests'
# run only when merging from release-v branch to master
# if: repo = SAP/luigi AND branch = master AND type = push
if: repo = SAP/luigi AND branch = master AND type = push
script:
# - bash -xv ./scripts/testCompatibility.sh --tag latest || travis_terminate 1 # to run with verbose mode
- bash ./scripts/testCompatibility.sh --tag latest || travis_terminate 1
Expand Down

0 comments on commit 3ce1ffa

Please sign in to comment.