]> jfr.im git - irc/atheme/atheme.git/commitdiff
Disable Travis CI
authorAaron Jones <redacted>
Sun, 28 Feb 2021 02:25:58 +0000 (02:25 +0000)
committerAaron Jones <redacted>
Sun, 28 Feb 2021 02:26:02 +0000 (02:26 +0000)
This no longer works.

.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 301ca28..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-language: c
-sudo: false
-os: linux
-dist: bionic
-
-notifications:
-  email: false
-
-addons:
-  apt:
-    packages:
-      - libgettextpo-dev
-      - libcrack2-dev
-      - libpcre3-dev
-      - libperl-dev
-      - libssl-dev
-      - clang-8
-      - gcc-8
-
-compiler:
-  - clang-8
-  - gcc-8
-
-env:
-  - OPTIONAL_CONF_ARGS=""
-  - OPTIONAL_CONF_ARGS="--with-perl"
-  - OPTIONAL_CONF_ARGS="--enable-contrib"
-
-script:
-  - ./configure --enable-nls --enable-ssl --with-cracklib ${OPTIONAL_CONF_ARGS}
-  - make -j $(nproc)
-
-matrix:
-  allow_failures:
-    - env: OPTIONAL_CONF_ARGS="--enable-contrib"