Skip to content
Snippets Groups Projects
Unverified Commit 63928a0b authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

Make Travis CI run the same checks as Jenkins.

parent 4a8782d2
Branches
Tags
No related merge requests found
......@@ -58,6 +58,10 @@ before_install:
script:
- ./autogen.sh
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings
- make check-spaces
- make test
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules
## We run `make check` because that's what https://jenkins.torproject.org does.
- make check
after_failure:
## `make check` will leave a log file with more details of test failures.
- cat test-suite.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment