Skip to content

Commit

Permalink
Remove --suppress-deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jul 8, 2024
1 parent 15fbdfe commit 1376fd9
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 @@ -282,7 +282,7 @@ script:
linux)
if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then
echo "Calling reuse lint."
reuse --suppress-deprecation lint
reuse lint
fi
if [ "$CHECK_REUSE" != "ONLY" -a "$CHECK_MKVK" != "ONLY" ]; then
if [ "$WASM_BUILD" = "YES" ]; then
Expand Down

0 comments on commit 1376fd9

Please sign in to comment.