From 10689dd321e1e0b99c097cf1da01df29f4718f7c Mon Sep 17 00:00:00 2001 From: mratsim Date: Wed, 11 Apr 2018 16:45:17 +0200 Subject: [PATCH] change the order of nim compilation and GCC compilation --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1f54bc4c..608897954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ matrix: - os: osx before_install: + - brew update # TODO: https://github.com/status-im/nimbus/issues/9 + - brew install gcc + - git clone https://github.com/nim-lang/nim.git - cd nim - git remote add statusim https://github.com/status-im/nim.git @@ -31,8 +34,6 @@ 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