Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Travis license check like we did upstream. #170

Merged
merged 1 commit into from Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2019 The OpenZipkin Authors
* Copyright 2016-2020 The OpenZipkin Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
Expand Down
4 changes: 2 additions & 2 deletions travis/publish.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2016-2019 The OpenZipkin Authors
# Copyright 2016-2020 The OpenZipkin Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
Expand Down Expand Up @@ -179,7 +179,7 @@ fi
if is_release_commit; then
true
else
./mvnw verify -nsu -Dlicense.skip=true
./mvnw verify -nsu
fi

# If we are on a pull request, our only job is to run tests, which happened above via ./mvnw install
Expand Down