16 lines
180 B
YAML
16 lines
180 B
YAML
language: rust
|
|
|
|
rust:
|
|
- nightly
|
|
|
|
os:
|
|
- osx
|
|
|
|
before_script:
|
|
- brew update
|
|
- brew install rocksdb
|
|
|
|
cache:
|
|
directories:
|
|
- $TRAVIS_BUILD_DIR/target
|
|
- $HOME/.cargo |