summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 551a38cb7..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-os: linux
-language: python
-
-addons:
- apt:
- packages:
- - gdb
- - python-dbg
- - python3-dbg
- - libzmq-dev # needed by IPython/Tornado
- #- gcc-8
- #- g++-8
-
-cache:
- pip: true
- directories:
- - $HOME/.ccache
-
-env:
- global:
- - USE_CCACHE=1
- - CCACHE_SLOPPINESS=pch_defines,time_macros
- - CCACHE_COMPRESS=1
- - CCACHE_MAXSIZE=250M
- - PATH="/usr/lib/ccache:$PATH"
- - PYTHON_VERSION=3.8
- - OS_NAME=ubuntu
-
-python: 3.8
-
-matrix:
- include:
- - arch: arm64
- env: BACKEND=c
- - arch: arm64
- env: BACKEND=cpp
- - arch: ppc64le
- env: BACKEND=c
- - arch: ppc64le
- env: BACKEND=cpp
- # Disabled due to test errors
- # - arch: s390x
- # env: BACKEND=c
- # - arch: s390x
- # env: BACKEND=cpp
-
-script:
- - bash ./Tools/ci-run.sh