Skip to content

Commit

Permalink
remove unnecessary gcc installation on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Nov 24, 2019
1 parent 1c6afe5 commit ed0b348
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 @@ -79,7 +79,7 @@ matrix:
osx_image: xcode10.1
env:
- additional_defines="-DBUILD_SHARED_LIBS=OFF"
- MATRIX_EVAL="brew install gcc && brew install yasm && unset CC && unset CXX"
- MATRIX_EVAL="brew install yasm && unset CC && unset CXX"
- USE_VCPKG=true
- VCPKG_DEFINES="-DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake"

Expand Down

0 comments on commit ed0b348

Please sign in to comment.