diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c5a1aac72c387a4a8c9d41ff414940dcf125098f..0000000000000000000000000000000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: python
-python:
-- 2.7
-- 3.5
-addons:
-  apt:
-    packages:
-    - libblas-dev
-    - liblapack-dev
-    - gfortran
-install:
-- pip install -U pip pip-tools
-- pip install numpy scipy scikit-learn==0.19 matplotlib joblib argparse h5py
-- cd .. && git clone https://github.com/aldro61/pyscm.git && cd pyscm/ && python setup.py install && cd ../multiview-machine-learning-omis
-- pip install -e .
-
-script:
-- python -m unittest discover
-
-#notifications:
-#  email:
-#    on_success: change
-#on_failure: change
\ No newline at end of file