Skip to content

Commit

Permalink
Revert "Travis CI: test on Ubuntu Bionic"
Browse files Browse the repository at this point in the history
This reverts commit 730774d.

Travis Bionic environment does not seem to provide either PyPy or
PyPy3 :(
  • Loading branch information
michaelklishin committed Oct 18, 2019
1 parent 730774d commit f1591f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python

dist: bionic

# Turn on sudo mode to facilitate the IPv6 workaround per
# github.com/travis-ci/travis-ci/issues/8711. See also related reference in
# before_script section.
Expand All @@ -10,8 +8,8 @@ sudo: true
addons:
apt:
sources:
- sourceline: deb https://dl.bintray.com/rabbitmq-erlang/debian bionic erlang
key_url: https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
- sourceline: deb https://packages.erlang-solutions.com/ubuntu trusty contrib
key_url: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
packages:
- erlang-nox

Expand Down

0 comments on commit f1591f1

Please sign in to comment.