Skip to content

Commit 37d1b73

Browse files
authored
Can't trust travis (#94)
1 parent 2ce5fe9 commit 37d1b73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ before_install:
2121
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libglfw3-dev libopenal-dev xorg-dev -y --allow-unauthenticated; fi
2222
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
2323
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glfw openal-soft; fi
24+
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make; fi
2425
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then wget http://static.kivutar.me/openal-soft-1.19.0-bin.zip; fi
2526
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then 7z x openal-soft-1.19.0-bin.zip -o/c/Users/travis/openal-soft-1.19.0-bin; fi
2627

0 commit comments

Comments
 (0)