Ver Fonte

Travis wait

almahmoud há 7 anos atrás
pai
commit
e94e845cdf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -64,7 +64,7 @@ install:
     - pip install coveralls
     - pip install codecov
 script:
-    - travis-wait 40 tox -r -e $TOX_ENV
+    - travis_wait 40 tox -r -e $TOX_ENV
 after_script:
     - |
       case "$TRAVIS_EVENT_TYPE" in