Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekarv authored Nov 14, 2019
1 parent 8902073 commit 9d6635c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ install:
script:
- cargo build
- for file in $(find userGuide -name '*.md'); do rustdoc --test $file -L ./target/debug/deps; done
- sed -i 's/ip/0.0.0.0/g' config_files/hosts.conf
- cp config_files/hosts.conf ~/hosts.conf
- cargo doc --no-deps
- cargo test
after_success: |
Expand Down

0 comments on commit 9d6635c

Please sign in to comment.