Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <krzmbrzl@gmail.com>2021-03-01 15:20:24 +0300
committerRobert Adam <krzmbrzl@gmail.com>2021-03-02 12:08:24 +0300
commit04f9fc854ca739ceed32de828e577d424daea861 (patch)
treee60c17e53ac5c2391f76a75430f46007bb47af79 /.travis.yml
parent8c6fc178c9a753c31145c7755703dcbe33620f97 (diff)
MAINT: Remove superfluous files
These files fulfill no purpose (anymore) and were thus removed: - sonar-project.properties - LICENSE.header - .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 45b65ec40..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-os: linux
-dist: bionic
-language: cpp
-compiler: gcc
-
-jobs:
- include:
- - arch: arm64
- env: MUMBLE_HOST=aarch64-linux-gnu
- cache:
- directories:
- - $HOME/cmake-3.17.2
- - arch: amd64
- env: MUMBLE_HOST=x86_64-linux-gnu
- addons:
- apt:
- sources:
- - sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
- key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
- packages:
- - cmake
- - arch: amd64
- env: MUMBLE_HOST=i686-w64-mingw32
- cache:
- directories:
- - $HOME/mxe
- - arch: amd64
- env: MUMBLE_HOST=x86_64-w64-mingw32
- cache:
- directories:
- - $HOME/mxe
-
-before_install:
- - .ci/travis-ci/before_install.bash
-
-script:
- - .ci/travis-ci/script.bash