diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ed16337793e7fd4f760c6819401d2366bb4c6981..0000000000000000000000000000000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-language: cpp
-
-env:
- matrix:
-  - MONGOOSE_NO_SOCKETPAIR
-  - MONGOOSE_NO_FILESYSTEM
-  - MONGOOSE_NO_AUTH
-  - MONGOOSE_NO_DAV
-  - MONGOOSE_NO_DIRECTORY_LISTING
-  - MONGOOSE_NO_LOGGING
-  - MONGOOSE_NO_SSI
-  - MONGOOSE_NO_DL
-  - MONGOOSE_NO_WEBSOCKET
-
-compiler:
-  - gcc
-  - clang
-
-script:
-  - cd test && make