diff --git a/.appveyor.yml b/.appveyor.yml index 871016cd..91c6d65b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ cache: environment: matrix: - cygwin_url: https://cygwin.com/setup-x86_64.exe - do_test2: yes + do_test2: no - cygwin_url: https://cygwin.com/setup-x86.exe # For some reason pexpect fails on 32bit cygwin very often on appveyor, I don't know why do_test2: no diff --git a/.travis.yml b/.travis.yml index 290c55ff..5731b6c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,6 @@ script: - make V=1 - make V=1 test - sudo make install - - make test2 - cd .. after_success: - test -r .travis_after_all.py && python .travis_after_all.py || echo No .travis_after_all.py found