basic .travis.yml
This commit is contained in:
parent
e2ad52e5cc
commit
c0a923a271
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- nightly
|
||||
|
||||
os:
|
||||
- osx
|
||||
|
||||
before_script:
|
||||
- brew update
|
||||
- brew install rocksdb
|
Loading…
Reference in New Issue
Block a user