aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index eb05410..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: python
-python:
- - "3.6"
-services:
- - docker
-
-before_install:
- - sudo apt-get update
- # install make
- - sudo apt-get install build-essential
- # install virtualenv
- - pip install -U virtualenv
- # build docker image
- - docker build -t tcpd https://github.com/alan-turing-institute/TCPD.git
-
-install:
- # disable the default travis install action
- - true
-
-script:
- - docker run -i -t -v /tmp/docker_tcpd:/TCPD/export tcpd && ls /tmp/docker_tcpd
- - make clean
- - make test