ソースを参照

Fix line separating

Denis K 9 年 前
コミット
18a71b0a0a
1 ファイル変更2 行追加2 行削除
  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