Failures allowed for mac temporarily
This commit is contained in:
parent
10689dd321
commit
fef28e876a
13
.travis.yml
13
.travis.yml
|
@ -1,6 +1,9 @@
|
||||||
matrix:
|
matrix:
|
||||||
# allow_failures:
|
allow_failures:
|
||||||
# - os: osx
|
# 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:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -15,9 +18,9 @@ matrix:
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
before_install:
|
before_install:
|
||||||
- brew update # TODO: https://github.com/status-im/nimbus/issues/9
|
# - brew update
|
||||||
- brew install gcc
|
# - brew install gcc
|
||||||
|
|
||||||
- git clone https://github.com/nim-lang/nim.git
|
- git clone https://github.com/nim-lang/nim.git
|
||||||
- cd nim
|
- cd nim
|
||||||
- git remote add statusim https://github.com/status-im/nim.git
|
- git remote add statusim https://github.com/status-im/nim.git
|
||||||
|
|
Loading…
Reference in New Issue