Skip to content

Commit

Permalink
Make Travis run Ubuntu 18.04
Browse files Browse the repository at this point in the history
solves #22
  • Loading branch information
zacikpa committed Sep 27, 2019
1 parent be417db commit 6700cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: ruby
gemfile: web/Gemfile
dist: bionic

before_install:
- sudo apt update
Expand Down

2 comments on commit 6700cb7

@zacikpa
Copy link
Contributor Author

@zacikpa zacikpa commented on 6700cb7 Sep 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build fails should be unrelated to this change. Travis uses a ruby gem called Faraday, which has released a new version just now (lostisland/faraday@9882080). Builds on Ubuntu 16.04 fail with this Faraday error (uninitialized constant Faraday::Error::ClientError) as well.

@zacikpa
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update: Someone else made an issue with the same problem (lostisland/faraday#1033). Hopefully this will be solved soon.

Please sign in to comment.