mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Fix mac travis build
This commit is contained in:
@@ -25,6 +25,8 @@ install:
|
||||
- pushd SDL2_gfx-* && ./autogen.sh && ./configure && make && sudo make install && popd
|
||||
|
||||
before_script:
|
||||
- shopt -s expand_aliases
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then alias pip=pip2; fi
|
||||
- |
|
||||
pip install 'travis-cargo<0.2' --user &&
|
||||
export PATH=$HOME/.local/bin:$PATH &&
|
||||
|
||||
Reference in New Issue
Block a user