From 4951ce671877ea2ea5572225d62464ac3bfdc0a0 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Wed, 20 Nov 2019 23:41:49 +0800 Subject: [PATCH] Remove .travis.yml Fails with: find-cursor.c:19:10: fatal error: 'X11/extensions/Xdamage.h' file not found Travis just tests if it compiles anyway ... there's not much value here and don't want to spend time fixing it. --- .gitignore | 2 +- .travis.yml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index b3a6371..b5956a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -find-cursor +/find-cursor diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d9b47d2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: c -install: make -script: make -compiler: - - clang - - gcc -notifications: - email: false