Skip to content

Commit 78ec6e3

Browse files
authored
Merge pull request #3120 from rust-lang-nursery/ci_integration
Update travis integration tests to tool_lints
2 parents f5376a3 + 4139207 commit 78ec6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd checkout
99

1010
function check() {
1111
# run clippy on a project, try to be verbose and trigger as many warnings as possible for greater coverage
12-
RUST_BACKTRACE=full cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy_pedantic -W clippy_nursery &> clippy_output
12+
RUST_BACKTRACE=full cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy::pedantic -W clippy::nursery &> clippy_output
1313
cat clippy_output
1414
! cat clippy_output | grep -q "internal compiler error\|query stack during panic"
1515
if [[ $? != 0 ]]; then

0 commit comments

Comments
 (0)