X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=e2b42e6d5ed37d3849357e0404dad2933d765250;hp=c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08;hb=7a7bcd6359b38651e1bfecf78aa07e633abed5b2;hpb=d2acdac1012cfbd8563fbe70157b2adbb05b2002 diff --git a/.travis.yml b/.travis.yml index c4f68ae5..e2b42e6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: cpp -sudo: required dist: xenial matrix: @@ -55,7 +54,7 @@ script: - make clean && make -j2 ARCH=x86-64 optimize=no debug=yes build && ../tests/signature.sh $benchref - make clean && make -j2 ARCH=x86-32 optimize=no debug=yes build && ../tests/signature.sh $benchref - make clean && make -j2 ARCH=x86-32 build && ../tests/signature.sh $benchref - - make clean && make -j2 ARCH=x86-64 build && ../tests/signature.sh $benchref + # # Check perft and reproducible search - ../tests/perft.sh