Skip to content

Commit

Permalink
Just do doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Dec 25, 2016
1 parent 9997ce3 commit f385c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ addons:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- binutils-devz
rust:
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- "echo 'lala'"
- "travis-cargo doc"
after_success:
- travis-cargo --only nightly doc-upload
- travis-cargo doc-upload
- travis-cargo coveralls --no-sudo --verify
env:
global:
Expand Down

0 comments on commit f385c50

Please sign in to comment.