Skip to content

Commit

Permalink
Revert "Have travis print the version of mdbook that gets installed"
Browse files Browse the repository at this point in the history
This reverts commit 08194ba.

Nevermind, this doesn't do what I want and I see now how to expand the
output on travis to see the version of mdbook.
  • Loading branch information
carols10cents committed Aug 6, 2016
1 parent 08194ba commit 8890e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rust:
- stable
before_script:
- cargo install mdbook
- PATH=$PATH:/home/travis/.cargo/bin mdbook --version
script:
- PATH=$PATH:/home/travis/.cargo/bin mdbook test
- PATH=$PATH:/home/travis/.cargo/bin mdbook build
Expand Down

0 comments on commit 8890e8a

Please sign in to comment.