Commit 5003a29b authored by Tyler Neely's avatar Tyler Neely

travis spaghetti

parent 11a982c7
language: rust language: rust
sudo: true sudo: true
compiler:
- clang
before_install: before_install:
- wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz; tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make shared_lib; make install - wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz; tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make shared_lib; make install
...@@ -14,3 +17,4 @@ os: ...@@ -14,3 +17,4 @@ os:
script: script:
- cargo build - cargo build
- cargo test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment