Skip to content

Commit

Permalink
Fix travis ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyr committed Feb 9, 2020
1 parent ef62a15 commit f3eeded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: rust
rust:
- stable

before_script:
- rustup component add rustfmt-preview
- rustup component add clippy
script:
# For speed up the CI process
# See: https://docs.travis-ci.com/user/build-stages/#Data-persistence-between-stages-and-jobs
- .ci-script/clippy_test.sh
- cargo fmt -- --check && cargo test --all && cargo test --no-default-features --features openssl --all
- cargo fmt -- --check && cargo test --all
- cd cita-cli && cargo test --no-default-features --features openssl

0 comments on commit f3eeded

Please sign in to comment.