Skip to content

Commit 166a8be

Browse files
committed
Fix a typo in the CI configuration
1 parent 3b1b72c commit 166a8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
script:
2424
- cargo build --verbose
2525
- cargo test --verbose
26-
- cargo clippy--verbose
26+
- cargo clippy --verbose
2727

2828
after_script: set +e
2929

0 commit comments

Comments
 (0)