Browse Source

Removed travis wait so log output is displayed

Nuwan Goonasekera 8 năm trước cách đây
mục cha
commit
eaa11b088d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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