Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #197 from kurtsson/change-linux-build
Browse files Browse the repository at this point in the history
Change Linux Distro to run Travis tests
  • Loading branch information
kurtsson authored Oct 20, 2021
2 parents 976715c + 70ff538 commit babde0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
language: ruby
dist: bionic # instead of default xenial per https://github.com/rvm/rvm/issues/5133#issuecomment-932342146
before_install:
- sudo apt-get update
- sudo apt-get install apt-transport-https ca-certificates -y
- sudo update-ca-certificates

0 comments on commit babde0a

Please sign in to comment.