Skip to content

Commit

Permalink
Merge 425cb52 into 429ce10
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed Feb 27, 2017
2 parents 429ce10 + 425cb52 commit c63e246
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .travis.yml
Expand Up @@ -2,12 +2,27 @@ language: rust
rust: nightly
sudo: false

env:
global:
- RUST_BACKTRACE=1
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-cmake

cache: cargo
before_script:
- |
cargo install -f cargo-travis &&
export PATH=$HOME/.cargo/bin:$PATH
script:
- cargo build
- cargo test --all
- |
cargo build &&
cargo test --all
# Generate coverage
after_success:
- cargo coveralls --all

0 comments on commit c63e246

Please sign in to comment.