Kaynağa Gözat

Removed travis wait so log output is displayed

Nuwan Goonasekera 8 yıl önce
ebeveyn
işleme
eaa11b088d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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