Skip to content

Commit

Permalink
Can we use rsync instead of cp?
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Feb 10, 2018
1 parent 25898f5 commit 2d61bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/travis/after_success.sh
Expand Up @@ -12,7 +12,7 @@ if [[ "$COVERAGE" == "true" ]]; then

# Need to run coveralls from a git checkout, so we copy .coverage
# from TEST_DIR where nosetests has been run
cp $TEST_DIR/.coverage $TRAVIS_BUILD_DIR
rsync $TEST_DIR/.coverage $TRAVIS_BUILD_DIR --ignore-existing
cd $TRAVIS_BUILD_DIR

# Ignore coveralls failures as the coveralls server is not
Expand Down

0 comments on commit 2d61bea

Please sign in to comment.