Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Jan 4, 2017
1 parent 816efe1 commit 74cd78a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: rust
rust:
- stable
- beta
- nightly
env:
- RUST_TEST_THREADS=1
addons:
Expand All @@ -18,21 +16,13 @@ addons:
before_install:
- jackd -r -ddummy -r44100 -p1024 &
before_script:
- pip install 'travis-cargo>=0.1.0,<0.2.0' --user
- pip install 'CppHeaderParser>=2.7.2,<3.0.0' --user
- export PATH="$HOME/.local/bin:$PATH"
- git clone https://github.com/arcnmx/cargo-clippy.git
- cd cargo-clippy
- travis-cargo --only nightly build
- export PATH="$PWD/target/debug:$PATH"
- cd ..
- pip install 'travis-cargo<0.2' --user
- export PATH=#HOME/.local:$PATH
after_success:
- travis-cargo --only stable doc-upload
- travis-cargo coveralls --no-sudo --verify
- ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/jack-*
script:
- travis-cargo build
- cargo clippy --lib
- travis-cargo test
- travis-cargo doc -- -j 1
cache:
Expand Down

0 comments on commit 74cd78a

Please sign in to comment.