Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Hoverbear/rust-rosetta in…
Browse files Browse the repository at this point in the history
…to maccoda/moving-average
  • Loading branch information
maccoda committed Jan 22, 2017
2 parents d4d4a6f + 45ba8b7 commit d05b639
Show file tree
Hide file tree
Showing 14 changed files with 311 additions and 141 deletions.
26 changes: 2 additions & 24 deletions .travis.yml
Expand Up @@ -5,31 +5,9 @@ sudo: false
env:
global:
- RUST_BACKTRACE=1
- TRAVIS_CARGO_NIGHTLY_FEATURE=""

# `sudo`-less apt install.
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
# Needed for `travis-cargo coveralls --no-sudo`
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev

cache: cargo

# Load `travis-cargo`
before_script:
- pip install 'travis-cargo' --user
- export PATH=$HOME/.local/bin:$PATH

script:
- travis-cargo -q build
- travis-cargo -q test

# Generate coverage
after_success:
- cd $TRAVIS_BUILD_DIR
- travis-cargo -q coveralls --no-sudo
- cargo build
- cargo test --all

0 comments on commit d05b639

Please sign in to comment.