]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove Travis CI testing
authorMartin Matuska <martin@matuska.org>
Wed, 30 Jan 2019 15:42:38 +0000 (16:42 +0100)
committerMartin Matuska <martin@matuska.org>
Wed, 30 Jan 2019 15:42:49 +0000 (16:42 +0100)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 03abab2..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-language: C
-sudo: false
-dist: xenial
-addons:
-  apt:
-    packages:
-      - libacl1-dev
-      - libbz2-dev
-      - liblzma-dev
-      - libzip-dev
-      - lzop
-os:
-  - linux
-  - osx
-compiler:
-  - gcc
-  - clang
-env:
-  - BS=cmake
-  - BS=autotools
-matrix:
-  exclude:
-    - os: osx
-      compiler: gcc
-before_install:
-  - if [ `uname` = "Darwin" ]; then brew update; fi
-install:
-  - if [ `uname` = "Darwin" ]; then brew install xz lz4 zstd; fi
-script:
-  - build/ci_build.sh