Browse Source

Fix line separating

Denis K 9 years ago
parent
commit
18a71b0a0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -22,8 +22,8 @@ install:
 script:
   - coverage run manage.py test jet
 after_success:
-  coverage report
-  coveralls
+  - coverage report
+  - coveralls
 matrix:
   exclude:
     - python: 2.6