Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xihao Li committed Jul 6, 2023
1 parent b3d45cc commit 3a242fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,18 @@ branches:

language: r
r:
- 4.3.0
- 4.1.2

before_install:
- mkdir -p ~/.R
- echo 'CXX17 = g++-7 -std=gnu++17 -fPIC' > ~/.R/Makevars

addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- g++-7

warnings_are_errors: false

Expand Down

0 comments on commit 3a242fd

Please sign in to comment.