summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-05-04 17:17:06 +0100
committerSimon McVittie <smcv@debian.org>2018-05-04 17:17:06 +0100
commitfbf7b875d784851f4f3f234f0e4ce8e05d3a515d (patch)
treed2340d42eac8f1c03b0b116186b749dfa1281ef5 /.travis.yml
parent0bbec9dde2adf7d49ba665a0f43fd4db200484f0 (diff)
parentb7f3f7757c28fdc25ce413ccb3c2c6f7e16cbb51 (diff)
New upstream version 1.2.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml31
1 files changed, 1 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
index 12840a4..fce7573 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,37 +28,8 @@ cache:
directories:
- $HOME/.ccache
install:
- - 'sudo apt-get -qq -y update'
- - >
- sudo apt-get -qq -y install
- autoconf
- automake
- ccache
- dbus
- gnome-desktop-testing
- libdbus-1-dev
- libtool
- - >
- test -z "$dbus_ci_system_python" || sudo apt-get -qq -y install
- ${dbus_ci_system_python}
- ${dbus_ci_system_python%-dbg}-docutils
- ${dbus_ci_system_python%-dbg}-gi
- - >
- test "${dbus_ci_system_python%-dbg}" = "${dbus_ci_system_python}" ||
- sudo apt-get -qq -y install
- ${dbus_ci_system_python%-dbg}-gi-dbg
- - >
- if test "$dbus_ci_system_python" = python; then
- sudo apt-get -qq -y install python-epydoc python-gobject-2;
- fi
- - >
- wget
- http://deb.debian.org/debian/pool/main/a/autoconf-archive/autoconf-archive_20160916-1_all.deb
- - 'sudo dpkg -i autoconf-archive_*_all.deb'
- - 'rm autoconf-archive_*_all.deb'
- - test -n "$dbus_ci_system_python" || pip install tap.py
- test -z "$dbus_ci_system_python" || deactivate
- - test -z "$dbus_ci_system_python" || pip install --user tap.py
+ - tools/travis-ci-setup.sh
python:
- "3.5"
- "3.5-dev"