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 3bda79c commit 0e76f27
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Expand Up @@ -7,21 +7,12 @@ branches:
language: r
r:
- 4.1.2

before_install:
- mkdir -p ~/.R
- echo 'CXX17 = g++-7 -std=gnu++17 -fPIC' > ~/.R/Makevars
- while travis_wait 50 sleep 300 &> /tmp/build.log || (tail -n 100 /tmp/build.log && exit 1); do echo "=====[ $SECONDS seconds, buildroot still building... ]====="; done

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

warnings_are_errors: false

r_binary_packages:
- glmnet

bioc_packages:
- GENESIS

Expand Down

0 comments on commit 0e76f27

Please sign in to comment.