Remove test2 for now. Pexpect is broken.

This commit is contained in:
Alexey Sokolov
2015-10-10 09:16:34 +01:00
parent 58fbbaf110
commit 46f937aa4a
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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