aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-11-10 13:52:49 -0800
committerSteven Fackler <[email protected]>2013-11-10 13:52:49 -0800
commit8edf2234cefaaa4138fb7b6a214014793d542626 (patch)
treefe1a454cf25cad7a7fd968d3c52e5c8d2676e16a
parentAdd attributes for rustdoc (diff)
downloadrust-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.yml2
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