Skip to content

Commit

Permalink
Add roave bc break checker to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed Sep 25, 2020
1 parent 2098fda commit cd9bcd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ script:

after_failure:
- vendor/lakion/mink-debug-extension/travis/tools/upload-textfiles "${SYLIUS_BUILD_DIR}/*.log"

after_success:
- docker run --rm -v $(pwd):/app nyholm/roave-bc-check roave-backwards-compatibility-check:assert-backwards-compatible --from=$(git describe --tags $(git rev-list --tags --max-count=1))

0 comments on commit cd9bcd1

Please sign in to comment.