diff options
author | Edward Barnard <eabarnard@gmail.com> | 2014-12-23 21:42:46 +0100 |
---|---|---|
committer | Edward Barnard <eabarnard@gmail.com> | 2014-12-23 21:42:46 +0100 |
commit | 6af05c0f7c1b0a231733a47825da3b49d43570ac (patch) | |
tree | 9ac3a40be6f97bac92b6a79609446d9a92a9a93e | |
parent | 3468420fd4aeb841c7d184570d20d6e64c04c970 (diff) |
Make travis run tests
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1055a131..b78526bb 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 build --verbose + - LIBCLANG_PATH=/usr/lib/llvm-3.4/lib cargo test --verbose |