Make travis OSX also use GCC
This commit is contained in:
parent
452f9e81d0
commit
d7379c1e11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue