From 4337e1f3a29d0354c130a4574224a670b4d9e3b6 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sun, 13 Nov 2016 20:39:43 +0100 Subject: [PATCH] fix path in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb3e1de..e6d8d5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: - g++-5 script: - - cargo test --manifest-path=rocksdb-sys/Cargo.toml + - cargo test --manifest-path=librocksdb-sys/Cargo.toml - cargo test cache: