]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove Travis CI file since we can't enable it for the CUPS repository.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 13:22:25 +0000 (09:22 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 13:22:25 +0000 (09:22 -0400)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index aa24760..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Travis CI configuration file for CUPS.
-#
-# Copyright © 2018 by Apple Inc.
-#
-# Licensed under Apache License v2.0.  See the file "LICENSE" for more
-# information.
-#
-
-language: c
-
-matrix:
-  include:
-    # Linux-specific build stuff
-    - dist: trusty
-      sudo: required
-      before_install:
-        - sudo apt-get update
-        - sudo apt-get install -y libavahi-client-dev libgnutls28-dev libkrb5-dev libnss-mdns libpam-dev libsystemd-dev libusb-1.0-0-dev zlib1g-dev
-
-    # macOS-specific build stuff
-    - os: osx
-      osx_image: xcode10
-
-script: ./configure && make check