Skip to content

Commit

Permalink
Added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Jul 8, 2019
1 parent 98c73ce commit f493646
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: rust

cache: cargo

rust:
- stable
- nightly

matrix:
allow_failures:
- rust: nightly
fast_finish: true

git:
depth: 10

before_script:
- chmod +x benches-compare.sh

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

0 comments on commit f493646

Please sign in to comment.