Skip to content

Commit

Permalink
Merge pull request #17 from sn99/master
Browse files Browse the repository at this point in the history
Setup for benchmarks complete with travis
  • Loading branch information
octavonce authored Mar 22, 2019
2 parents c7ff2b7 + cdc0af0 commit dba78c5
Show file tree
Hide file tree
Showing 6 changed files with 2,179 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ matrix:
- rust: nightly
fast_finish: true

git:
depth: 10

before_script:
- chmod +x benches-compare.sh

script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo test --verbose --all

after_script:
- ./benches-compare.sh
Loading

0 comments on commit dba78c5

Please sign in to comment.