diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 95bad8e720d5e53dced023712484804358058e60..0000000000000000000000000000000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: ruby
-sudo: false
-cache: bundler
-before_install:
- - sh ci/install_po4a.sh
-script:
- - bundle exec make all
-addons:
-  apt:
-    packages:
-      - libunicode-linebreak-perl
-      - python3-polib
-notifications:
-  email:
-    on_success: never
-    on_failure: always