openethereum/.travis.yml

16 lines
180 B
YAML
Raw Normal View History

2016-01-20 15:55:29 +01:00
language: rust
rust:
- nightly
os:
- osx
before_script:
- brew update
- brew install rocksdb
2016-01-20 16:43:29 +01:00
cache:
directories:
- $TRAVIS_BUILD_DIR/target
- $HOME/.cargo