From fef28e876a937dde2ebe49a94e8fcaeb5c32d493 Mon Sep 17 00:00:00 2001 From: mratsim Date: Wed, 11 Apr 2018 16:56:24 +0200 Subject: [PATCH] Failures allowed for mac temporarily --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 608897954..67d8c6417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ matrix: - # allow_failures: - # - os: osx + allow_failures: + # disabled for the moment: https://github.com/status-im/nimbus/issues/9 + # Installing GCC-7 on travis is not straightforward due to hombrew conflict: + # https://travis-ci.org/status-im/nimbus/jobs/365157366#L2322 + - os: osx include: - os: linux @@ -15,9 +18,9 @@ matrix: - os: osx before_install: - - brew update # TODO: https://github.com/status-im/nimbus/issues/9 - - brew install gcc - + # - brew update + # - 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