]> git.sesse.net Git - stockfish/blobdiff - .travis.yml
Penalty for all enemy pawns xrayed by our bishop.
[stockfish] / .travis.yml
index f27f9c95ae2bb444ad5dc7adf116c9fbbbf0d7ca..e2b42e6d5ed37d3849357e0404dad2933d765250 100644 (file)
@@ -1,5 +1,4 @@
 language: cpp
-sudo: required
 dist: xenial
 
 matrix:
@@ -56,9 +55,6 @@ script:
   - 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
 
-  # Verify bench number is ONE_PLY independent by doubling its value
-  - sed -i 's/.*\(ONE_PLY = [0-9]*\),.*/\1 * 2,/g' types.h
-  - make clean && make -j2 ARCH=x86-64 build && ../tests/signature.sh $benchref
   #
   # Check perft and reproducible search
   - ../tests/perft.sh