瀏覽代碼

Removed travis wait so log output is displayed

Nuwan Goonasekera 8 年之前
父節點
當前提交
eaa11b088d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -59,7 +59,7 @@ install:
     - pip install coveralls
     - pip install codecov
 script:
-    - travis_wait 110 tox -e $TOX_ENV
+    - tox -e $TOX_ENV
 after_success:
     - |
       case "$TRAVIS_EVENT_TYPE" in