Explorar o código

Seems that coveralls don't like the OS X build, so let's only push when build from linux

Godzil %!s(int64=4) %!d(string=hai) anos
pai
achega
5e295c06b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -25,7 +25,7 @@ script:
    - cd coverage
    - cmake .. -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug
    - cmake --build .
-   - cmake --build . --target coveralls
+   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; cmake --build . --target coveralls
  
 after_success:
    - bash <(curl -s https://codecov.io/bash)