summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Laíns <lains@archlinux.org>2020-05-23 18:54:07 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:24:30 +0100
commit48b58b1c2f74df0906231d2affd9f2b352a8e330 (patch)
treeb34a36162f075559e7e03f386c4717d50c37e9f5
parent8a13500535942a1c99b97ae4de46e5a1c0297cd5 (diff)
downloadaur-48b58b1c2f74df0906231d2affd9f2b352a8e330.tar.gz
aur-48b58b1c2f74df0906231d2affd9f2b352a8e330.tar.xz
ci: remove Travis CI
We are are moving to Gitlab CI. Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-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 5bbfda1f..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: python
-
-python: 3.6
-
-addons:
- apt:
- packages:
- - bsdtar
- - libarchive-dev
- - libgpgme11-dev
- - libprotobuf-dev
-
-install:
- - curl https://codeload.github.com/libgit2/libgit2/tar.gz/v0.26.0 | tar -xz
- - curl https://sources.archlinux.org/other/pacman/pacman-5.0.2.tar.gz | tar -xz
- - curl https://git.archlinux.org/pyalpm.git/snapshot/pyalpm-0.8.1.tar.gz | tar -xz
- - ( cd libgit2-0.26.0 && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && make && sudo make install )
- - ( cd pacman-5.0.2 && ./configure --prefix=/usr && make && sudo make install )
- - ( cd pyalpm-0.8.1 && python setup.py build && python setup.py install )
- - pip install mysql-connector-python-rf pygit2==0.26 srcinfo
- - pip install bleach Markdown
-
-script: make -C test