Skip to content

Commit

Permalink
.travis.yml restored focal version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuesa committed Apr 2, 2024
1 parent b70a74b commit 07286cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
os: linux
dist: jammy
dist: focal
language: perl
perl:
- 5.22.0
- 5.30.0
before_install:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
- sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/'
- sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
- sudo apt update
- sudo apt install -y libssl-dev libcurl4-openssl-dev curl build-essential bc make
g++ r-base r-base-dev python2.7 python2.7-dev
- cpanm --sudo -v --installdeps --notest --cpanfile cpanfile .
before_script:
- sudo apt autoremove
- sudo make install
script:
- make test
Expand Down

0 comments on commit 07286cf

Please sign in to comment.