Skip to content

Commit

Permalink
fix: rundo auto deploy failed, because kcov untrace file
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Feb 23, 2018
1 parent 582a554 commit bea9a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ after_success: |
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make &&
sudo make install && cd ../.. &&
kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/rundo-*
kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/rundo-* &&
rm -r kcov-master && rm master.tar.gz
before_deploy:
- cargo doc
- cargo login $CARGO_TOKEN
Expand Down
1 change: 0 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cd ../macros/attrs
cargo package
cargo publish
echo "deploy rundo"
git status
cd ../../
cargo package
cargo publish

0 comments on commit bea9a78

Please sign in to comment.