Skip to content

Commit

Permalink
Update travis config to source builds on xenial
Browse files Browse the repository at this point in the history
combination of binary builds + trusty apparently giving trouble for R 4.0
  • Loading branch information
jefferis authored May 13, 2020
1 parent 8282b3d commit c7a4370
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
language: r
sudo: required
dist: trusty
dist: xenial
sudo: false
r:
- oldrel
- release
r_build_args: --no-manual
r_check_args: --no-manual
addons:
apt:
packages:
- libglu1-mesa-dev
cache:
packages: true
directories:
Expand All @@ -11,16 +20,6 @@ before_install:
- bash build-cmtk.sh
before_script:
- export PATH=$PATH:$HOME/usr/local/bin
r_binary_packages:
- rgl
- RANN
- igraph
- filehash
- digest
- testthat
- RCurl
- stringi
- stringr
env:
global:
- RGL_USE_NULL=TRUE

0 comments on commit c7a4370

Please sign in to comment.