Skip to content

Commit

Permalink
Update travis to use make test.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Dec 19, 2017
1 parent ba17df5 commit 1ddd8b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ script:
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
cargo clippy
fi
- |
cargo build --verbose --manifest-path libpasta-capi/Cargo.toml
(cd libpasta-capi/ctest && sh compile && LD_LIBRARY_PATH=../target/debug ./test)
- make test

# Coverage report
after_success:
Expand Down

0 comments on commit 1ddd8b5

Please sign in to comment.