Make travis OSX also use GCC

This commit is contained in:
mratsim 2018-04-11 16:41:08 +02:00
parent 452f9e81d0
commit d7379c1e11
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ matrix:
- ./koch boot -d:release
- ./koch nimble
- cd ..
- brew update # TODO: https://github.com/status-im/nimbus/issues/9
- brew install gcc
script:
- nimble install -dy && nimble test