Skip to content

Commit

Permalink
Merge pull request #49 from epage/split
Browse files Browse the repository at this point in the history
Split into multiple crates
  • Loading branch information
epage authored Aug 11, 2019
2 parents ce4a741 + 5b635a1 commit 8d3a794
Show file tree
Hide file tree
Showing 23 changed files with 249 additions and 95 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ matrix:
install:
- rustup component add rustfmt
script:
- cargo fmt -- --check
- cargo fmt --all -- --check
- env: RUSTFLAGS="-D warnings"
rust: 1.35.0 # `stable`: Locking down for consistent behavior
install:
script:
- cargo check --tests
- cargo check --tests --all
- env: CLIPPY
rust: 1.35.0 # `stable`: Locking down for consistent behavior
install:
- rustup component add clippy
script:
- cargo clippy --all-features
- cargo clippy --all-features --all
- env: BENCH
rust: nightly
script:
- cargo bench
- cargo bench --all

install:
- rustc -Vv
- cargo -V
- export PATH=$HOME/.cargo/bin:$PATH

script:
- cargo check --verbose
- cargo test --verbose
- cargo check --verbose --all
- cargo test --verbose --all

branches:
only:
Expand Down
Loading

0 comments on commit 8d3a794

Please # to comment.