Remove Travis
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0b4f2c5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-sudo: false
-language: erlang
-otp_release:
-  - 23.3.1
-  - 24.3.1
-  - 25.1.1
-env: MAKE_TARGET=ci
-before_script:
-  - hostname -f
-  - cc -v
-  - ld -v
-  - find .rebar
-after_script:
-  - find .rebar
-matrix:
-  include:
-    - otp_release: 25.1.1
-      env: MAKE_TARGET=ci-dialyze
-  allow_failures:
-    - otp_release: 25.1.1
-      env: MAKE_TARGET=ci-dialyze
-script: make $MAKE_TARGET
-cache:
-  directories:
-    - .rebar
-before_cache:
-  - rm -fv .rebar/erlcinfo
-  - rm -fv $HOME/.cache/.rebar/erlcinfo
diff --git a/README.md b/README.md
index 54e6ad1..e7bb7ae 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,6 @@
 rebar is an Erlang build tool that makes it easy to compile and test Erlang
 applications, port drivers and releases.
 
-[![Build Status](https://secure.travis-ci.org/rebar/rebar.png?branch=master)](http://travis-ci.org/rebar/rebar)
-[![Build status](https://ci.appveyor.com/api/projects/status/4c48dw0cbu265cvt?svg=true)](https://ci.appveyor.com/project/rebar-win-ci/rebar-t0g71)
-
 rebar is a self-contained Erlang script, so it's easy to distribute or even
 embed directly in a project. Where possible, rebar uses standard Erlang/OTP
 conventions for project structures, thus minimizing the amount of build