diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 84e2dd9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-sudo: require
-
-services:
- - docker
-
-before_install:
- - docker build -t docker-image .
-
-script:
- - docker run docker-image
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 4ef959b..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Dockerfile to build container for unit testing
-
-FROM openjdk:10
-
-RUN apt-get update && apt-get install -y git ant
-
-WORKDIR /root
-
-ADD . ./
-
-ENTRYPOINT ant test
diff --git a/README.md b/README.md
index 14f6ef3..be19bca 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# bdsky - Birth Death Serial Skyline Model for BEAST2
-[![Build Status](https://travis-ci.org/BEAST2-Dev/bdsky.svg?branch=master)](https://travis-ci.org/BEAST2-Dev/bdsky)
+
## Citation
diff --git a/build.xml b/build.xml
index 18a3517..08a1088 100644
--- a/build.xml
+++ b/build.xml
@@ -211,181 +211,4 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ** Required file version.xml does not exist. **
- If this is a new project, run "ant skeleton" from
- the command line to create the files required for
- your BEAST 2 package.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No local copy of the beast2 source found at ${beastDir}.
- Compiling against version ${beast-version} from GitHub.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Compiling against beast2 source found at ${beastDir}.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-