Skip to content

Commit

Permalink
chore: removes travis-cargo for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Sep 2, 2015
1 parent 4884168 commit 01db82c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ rust:
- nightly
- beta
- stable
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
travis-cargo build &&
travis-cargo test
cargo build &&
cargo test
env:
global:
Expand Down

0 comments on commit 01db82c

Please sign in to comment.