Parcourir la source

Removed travis wait so log output is displayed

Nuwan Goonasekera il y a 8 ans
Parent
commit
eaa11b088d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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