Skip to content

Commit 60c57e6

Browse files
authored
Merge pull request #47 from sn99/master
use of macros in benchmark + rustfmt + no-std fix + travis
2 parents e0ee3b6 + 68a4ce8 commit 60c57e6

File tree

9 files changed

+718
-1932
lines changed

9 files changed

+718
-1932
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ before_script:
1818
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then chmod +x benches-compare.sh; fi
1919

2020
script:
21+
- cargo build --verbose --all
2122
- cargo build --verbose --all --features "dot"
2223
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
2324
cargo +nightly build --features "no_std dot" --verbose --all;
2425
fi
26+
- cargo test --verbose --all
2527
- cargo test --verbose --all --features "dot"
2628
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
2729
cargo +nightly test --features "no_std dot" --verbose --all;
2830
fi
2931

3032
after_script:
31-
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; ./benches-compare.sh; fi
33+
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then chmod +x benches-compare.sh; fi

0 commit comments

Comments
 (0)