diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-02-11 19:35:56 +0100 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-02-11 19:35:56 +0100 |
commit | 116ecfca0c07bd4d76eb09b20003f82205c2e81c (patch) | |
tree | 486b1b4a6b8c30290dafd81088d117e554869b8a | |
parent | b573944e226579a8c3632feab241db6da6db432e (diff) | |
download | xmr-stak-116ecfca0c07bd4d76eb09b20003f82205c2e81c.zip xmr-stak-116ecfca0c07bd4d76eb09b20003f82205c2e81c.tar.gz |
disable OSX CI test
Currently the CI fails due to the issue
```
Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.
The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during .
```
Until the fix is implemented the OSX tests will be disabled.
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 0d2d51a..4d53d48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,10 +70,10 @@ matrix: - CMAKE_C_COMPILER=gcc-7 - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF" - - os: osx - compiler: gcc - env: - - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF" +# - os: osx +# compiler: gcc +# env: +# - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF" before_install: - . CI/checkPRBranch |