Skip to content

Commit

Permalink
add ls -la before codecov script
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Moro committed May 29, 2017
1 parent 67eadcf commit b104dee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ install:
script: tox -e $TOX_ENV

after_success:
- bash <(curl -s https://codecov.io/bash) -e ${TOXENV}

before_cache:
- pwd
- ls -la
- bash <(curl -s https://codecov.io/bash) -e ${TOXENV}

before_cache:
- rm -rf $HOME/.cache/pip/log
cache:
directories:
Expand Down

0 comments on commit b104dee

Please sign in to comment.