Sfoglia il codice sorgente

Removed travis wait so log output is displayed

Nuwan Goonasekera 8 anni fa
parent
commit
eaa11b088d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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