Skip to content

Commit

Permalink
try beautysh
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 31, 2020
1 parent 0f13f47 commit 4e87bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ set -e

python -mtests

if [[ "$TRAVIS_PULL_REQUEST" == "false" && \
"$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
pip install codecov
codecov
fi
4 changes: 2 additions & 2 deletions scripts/completion/dvc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#----------------------------------------------------------

_dvc_commands='add cache checkout commit config destroy diff fetch get-url get gc \
import-url import init install lock metrics move pipeline pull push \
remote remove repro root run status unlock unprotect update version'
import-url import init install lock metrics move pipeline pull push \
remote remove repro root run status unlock unprotect update version'

_dvc_options='-h --help -V --version'
_dvc_global_options='-h --help -q --quiet -v --verbose'
Expand Down

0 comments on commit 4e87bf9

Please sign in to comment.