Skip to content

Commit

Permalink
fix: auto deploy ignore kcov change
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Feb 23, 2018
1 parent f1b4a71 commit f458cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,7 @@ 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-* &&
rm -r kcov-master && rm master.tar.gz
kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/rundo-*
before_deploy:
- cargo doc
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Expand Up @@ -8,5 +8,5 @@ cargo package
cargo publish
echo "deploy rundo"
cd ../../
cargo package
cargo publish
cargo package --allow-dirty
cargo publish --allow-dirty

0 comments on commit f458cca

Please sign in to comment.