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.
pull/19/head
Martin Tournoij 5 years ago
parent 032ccd0256
commit 4951ce6718
No known key found for this signature in database
GPG Key ID: A6258419189EE585

2
.gitignore vendored

@ -1 +1 @@
find-cursor
/find-cursor

@ -1,8 +0,0 @@
language: c
install: make
script: make
compiler:
- clang
- gcc
notifications:
email: false
Loading…
Cancel
Save