Some changes in .travis.yml

master
Oleksandr Anyshchenko 5 years ago
parent eed3270342
commit 4ecb1b688a
  1. 19
      .travis.yml

@ -1,6 +1,6 @@
language: rust
dist: trusty
sudo: true
dist: xenial
sudo: false
os:
- linux
@ -17,10 +17,12 @@ addons:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty
packages:
- g++-5
- llvm-3.9-dev
- libclang-3.9-dev
- clang-3.9
- g++
- llvm-dev
- libclang-dev
- clang
cache: cargo
install:
- rustup component add rustfmt
@ -30,8 +32,3 @@ script:
- cargo fmt --all -- --check
- cargo test --manifest-path=librocksdb-sys/Cargo.toml
- cargo test
cache: cargo
before_cache:
- rm -rfv target/
Loading…
Cancel
Save