From b5e49404d78ce307e7420ea180550ed89d8db365 Mon Sep 17 00:00:00 2001 From: travisTest4 Date: Thu, 1 Apr 2021 21:36:10 +0530 Subject: [PATCH 1/2] Update hello_world.c --- hello_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.c b/hello_world.c index ab1a9fe..e23148f 100644 --- a/hello_world.c +++ b/hello_world.c @@ -3,5 +3,5 @@ int main() { // printf() displays the string inside quotation printf("\n\n\n Hello, World! \n\n\n\n"); return 0; - //pullrequest + //pullrequest2 } From a4e8e8338d363b2cd3bdd9917cf309553ef364a2 Mon Sep 17 00:00:00 2001 From: travisTest4 Date: Thu, 1 Apr 2021 21:43:34 +0530 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d40f0da..99db219 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ jobs: script: - clang -coverage -O0 hello_world.c -o hello_world - ./hello_world - - os: osx - arch: amd64 - script: - - clang -coverage -O0 hello_world.c -o hello_world - - ./hello_world \ No newline at end of file +# - os: osx +# arch: amd64 +# script: +# - clang -coverage -O0 hello_world.c -o hello_world +# - ./hello_world