From 674831b3704a7edcbb20709907af787d114d4d6b Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 22:09:31 +0000 Subject: [PATCH] Travis don't like tabs! (he is right :)) --- .travis.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0cdbce..5b21af9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,26 @@ dist: bionic language: c os: - - linux - - osx + - linux + - osx compiler: - - clang - - gcc + - clang + - gcc script: - mkdir build - cd build - cmake .. - make - make test - cd .. - mkdir coverage - cd coverage - cmake .. -DCOVERALL=ON -DCMAKE_BUILD_TYPE=Debug - cmake --build . - cmake --build . --target coveralls - + - mkdir build + - cd build + - cmake .. + - make + - make test + - cd .. + - mkdir coverage + - cd coverage + - cmake .. -DCOVERALL=ON -DCMAKE_BUILD_TYPE=Debug + - cmake --build . + - cmake --build . --target coveralls + after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file