Skip to content

Commit

Permalink
Upgrade Stockfish on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 28, 2017
1 parent bb0031e commit ceeb881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -25,10 +25,10 @@ cache:
- data/syzygy/suicide
before_install:
- # Stockfish
- wget https://stockfish.s3.amazonaws.com/stockfish-6-linux.zip
- unzip stockfish-6-linux.zip
- wget https://stockfish.s3.amazonaws.com/stockfish-8-linux.zip
- unzip stockfish-8-linux.zip
- mkdir -p bin
- cp stockfish-6-linux/Linux/stockfish_6_x64 bin/stockfish
- cp stockfish-8-linux/Linux/stockfish_8_x64 bin/stockfish
- export PATH="`pwd`/bin:${PATH}"
- which stockfish || (echo $PATH && false)
- # Gaviota libgtb
Expand Down

0 comments on commit ceeb881

Please sign in to comment.