diff --git a/.travis.yml b/.travis.yml index c781f8a..98df6c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: script: - cargo build - cargo test - - make -C bench + - cargo bench - cargo doc after_script: # the doc directory needs to be in the root for rust-ci