summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-07-08 13:44:31 -0700
committerCarl Lerche <me@carllerche.com>2015-07-08 13:44:31 -0700
commit06aaa83e5da19dd35908ba42de6f7ed12a66553f (patch)
tree769404e05579732dda3fe2298873d11d2931a40f /.travis.yml
parent032a29ec186c2dfd65a93b346c89917d9aea26a7 (diff)
downloadnix-06aaa83e5da19dd35908ba42de6f7ed12a66553f.zip
Run tests with one thread on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a937847e..2539452a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ os:
- osx
script:
- - cargo test --features execvpe
+ - RUST_TEST_THREADS=1 cargo test --features execvpe
- cargo doc --no-deps
# Deploy documentation to S3 for specific branches. At some