diff options
| author | Steven Fackler <[email protected]> | 2013-11-10 13:52:49 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-11-10 13:52:49 -0800 |
| commit | 8edf2234cefaaa4138fb7b6a214014793d542626 (patch) | |
| tree | fe1a454cf25cad7a7fd968d3c52e5c8d2676e16a | |
| parent | Add attributes for rustdoc (diff) | |
| download | rust-openssl-8edf2234cefaaa4138fb7b6a214014793d542626.tar.xz rust-openssl-8edf2234cefaaa4138fb7b6a214014793d542626.zip | |
Run tests single threaded
This may help fix the flickering PEM cert loading.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 62352f53..d689551a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & script: - rustpkg build - - rustpkg test + - env RUST_TEST_TASKS=1 rustpkg test |