Explorar el Código

Do I really know SH script? I wonder sometimes 😣

Godzil hace 4 años
padre
commit
db9f2c0203
Se han modificado 1 ficheros con 1 adiciones y 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 .
-   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; cmake --build . --target coveralls
+   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cmake --build . --target coveralls; fi
  
 after_success:
    - bash <(curl -s https://codecov.io/bash)