diff options
author | Edward Barnard <eabarnard@gmail.com> | 2014-12-23 21:49:02 +0100 |
---|---|---|
committer | Edward Barnard <eabarnard@gmail.com> | 2014-12-23 21:49:02 +0100 |
commit | 4dcc4a0094ec43fb1778623d3cbb801946fbf0b8 (patch) | |
tree | 67afd644dcc8ce9963f7811ba9e593e0ef8893ca | |
parent | 6af05c0f7c1b0a231733a47825da3b49d43570ac (diff) |
Tweak travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b78526bb..83dac23d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_install: install: - sudo apt-get install --force-yes libclang-3.4-dev script: - - LIBCLANG_PATH=/usr/lib/llvm-3.4/lib cargo test --verbose + - LIBCLANG_PATH=/usr/lib/llvm-3.4/lib cargo test --verbose --jobs 1 |