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

support pre-generate bindings for aarch64 #435

Merged
merged 13 commits into from
Mar 6, 2020
Prev Previous commit
Next Next commit
add travis_wait for make clippy
Signed-off-by: glorv <glorvs@163.com>
  • Loading branch information
glorv committed Mar 5, 2020
commit a89e17a23ae82f58d4fd589bb2e73ab54748eb4b
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ before_script:
- rustup component add clippy

script:
- make clippy
- travis_wait make clippy
- cargo fmt --all -- --check
- cargo build
- cargo test --all