Skip to content

Commit

Permalink
Install stockfish on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 15, 2015
1 parent cc3bf49 commit 7dd6e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- "2.7"
- "3.4"
before_install:
- sudo apt-get update
- sudo apt-get install -y stockfish
install:
- pip install coveralls --use-mirrors
script:
Expand Down

0 comments on commit 7dd6e39

Please sign in to comment.