Skip to content

Commit

Permalink
imp(travis): more rust versions and no travis-cargo
Browse files Browse the repository at this point in the history
The latter is only useful for doc-uploading, yet
we don't need that anymore in the time of docs.rs
  • Loading branch information
Byron committed Jan 2, 2017
1 parent da0d2c8 commit fd4cd36
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: rust
rust:
- stable
- beta
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
- nightly
script:
- travis-cargo build
- travis-cargo test
- travis-cargo bench
- travis-cargo doc
after_success:
- travis-cargo doc-upload
env:
global:
secure: V4Xyd4DQi24gRnM+J26K8VF/8/Ah8OkTt0niyX0l2Auu9rdAkytWgIILwiD3uucknLIR3SOTZE6nPQizaXGpNnWo9zl+HZlXtx8DjPd37/UH9ejH/kirH4GJl1aryxgti2qs4KkX0ooomMDDibtZ8dy405pgfgySoo/jFKPhTdg=
- cargo build
- cargo test
- cargo bench
- cargo doc

0 comments on commit fd4cd36

Please sign in to comment.