Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit baa87f6

Browse files
committed
Try to fix travis config
1 parent f562de8 commit baa87f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ script:
2323
- tox -e $TOX_ENV -- --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
2424
- tox -e $TOX_ENV -- ethereum/tests/test_vm.py
2525
- tox -e $TOX_ENV -- ethereum/tests/test_state.py
26-
- cd .tox/$TOX_ENV && coverage report --show-missing
26+
- coverage report --show-missing
2727
after_success:
2828
- travis_retry pip install coveralls
2929
- cd .tox/$TOX_ENV && coveralls
3030
after_script:
31-
- cat .tox/$TOX_ENV/log/*.log
31+
- cat .tox/$TOX_ENV/log/*.log; true
3232
notifications:
3333
slack:
3434
secure: W/UAhQ/GgYwMWrl3aiVAVOWr4WGdWrxUOX/rTB3ZgwDwGqDYLzQO5UqbsQlo1JXPZ6JOWfIPMURhHu7DSfue9dBW6xQ+NL+bFHe9lSXG4nqFK3IjezYyTBzNRJRDbGUvSSqgj6D5cwhJ8BjfUIRPbJz3CxL64KmsNXezEaMY60w=

0 commit comments

Comments
 (0)