summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-15 15:41:35 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-02-15 15:42:12 +0100
commit2beb49cf2501063d9f19bc86ba4c0a688808612d (patch)
treefc9c47ad9943c0a9df246100ae3117804190bb17 /docs
parent4cd167f0184bbf5991cf7698f88f26881054ae01 (diff)
downloadpygobject-2beb49cf2501063d9f19bc86ba4c0a688808612d.tar.gz
docs: update travis-ci example to Ubuntu xenial
Real changes here: https://github.com/pygobject/pygobject-travis-ci-examples/commit/6a462f528 This gives us a newer gtk/pygobject so update the version info in the docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/testing.rst b/docs/guide/testing.rst
index b4493e86..cae4fc7f 100644
--- a/docs/guide/testing.rst
+++ b/docs/guide/testing.rst
@@ -16,8 +16,8 @@ creates a temporary X server without the need for any real display hardware.
Continuous Integration using Travis CI / CircleCI
-------------------------------------------------
-Travis CI uses a rather old Ubuntu and thus the supported GTK is at 3.10 and
-PyGObject is at 3.12. If that's enough for you then have a look at our Travis
+Travis CI uses a rather old Ubuntu and thus the supported GTK is at 3.18 and
+PyGObject is at 3.20. If that's enough for you then have a look at our Travis
CI example project:
|github-logo| https://github.com/pygobject/pygobject-travis-ci-examples