Fix mac travis build

This commit is contained in:
Michael Fairley
2017-12-12 05:51:16 +00:00
committed by Cobrand
parent bc1d1b455b
commit 7164ed77e9
+2
View File
@@ -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 &&