Skip to content

Commit

Permalink
Fixed mac build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jul 23, 2018
1 parent e2fe1e6 commit 709e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mv ./MonoKickStartOSX.zip .. ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd ../precompiled ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip ../MonoKickStartOSX.zip Kick Mono.*.dll System.*.dll System.dll WindowsBase.dll monoconfig mscorlib.dll mono/**/* ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd ../osx ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd osx ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip ../../MonoKickStartOSX.zip libMonoPosixHelper.dylib ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd .. ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run -i -v "${PWD}:/Source" ubuntu:12.04
Expand Down

0 comments on commit 709e19b

Please sign in to comment.