Skip to content

Commit

Permalink
format YAML properly
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Sep 3, 2016
1 parent b62be7c commit 3133dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -20,9 +20,9 @@ install:
- pip install coveralls

script:
coverage run --source=bottle.py test/testall.py
coverage combine
coverage report 2>&1
- coverage run --source=bottle.py test/testall.py
- coverage combine
- coverage report 2>&1

notifications:
irc: "irc.freenode.org#bottlepy"
Expand Down

0 comments on commit 3133dc4

Please sign in to comment.