summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-08-10 17:26:52 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-08-10 17:26:52 -0400
commit81b2a927d50def6c2643db51394a170593d1db85 (patch)
treed57bb048037baa47f526f11a424a85fc2ea490c3 /.travis.yml
parenta916009d4b29995ea8ad61ad47a51c2ee1fa80bc (diff)
New upstream version 2.3.1+dfsgupstream/2.3.1+dfsg
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 43bcd89..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-language: cpp
-
-matrix:
- include:
- - os: linux
- sudo: false
- dist: trusty
- addons:
- apt:
- packages:
- - libxtst-dev
- - qtdeclarative5-dev
- - libavahi-compat-libdnssd-dev
- script: sh -x ./clean_build.sh
-
- - os: osx
- osx_image: xcode9
- script:
- - export COLUMNS=80
- - curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci
- - chmod +x ./macports-ci
- - ./macports-ci install
- - PATH="$PATH:/opt/local/bin"
- - sudo port -N install qt5-qtbase openssl
- - sh -x ./clean_build.sh
-
- - os: osx
- osx_image: xcode9
- script:
- - brew update
- - brew install qt openssl
- - sh -x ./clean_build.sh
-
-install: true