Skip to content
Snippets Groups Projects
Unverified Commit 57e9c2ac authored by Michael Gattozzi's avatar Michael Gattozzi
Browse files

Added TravisCI and Coveralls Support

Changes to be committed:
	new file:   .travis.yml
parent cfe0f2f0
No related branches found
No related tags found
No related merge requests found
language: rust
sudo: false
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- elfutils
rust:
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo bench
after_success:
- travis-cargo coveralls --no-sudo
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment