Skip to content

Commit

Permalink
- Travis modified.-
Browse files Browse the repository at this point in the history
  • Loading branch information
benitezfj committed Nov 7, 2020
1 parent 6facaa2 commit 0336110
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ addons:
packages:
- libgdal-dev
- libproj-dev
env:
global:
- RGL_USE_NULL=TRUE
- _R_CHECK_DONTTEST_EXAMPLES_=FALSE
jobs:
include:
- stage: prepare cache
- script: true
- stage: test
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libcgal-dev libglu1-mesa-dev mesa-common-dev; fi
r_github_packages:
Expand Down

0 comments on commit 0336110

Please sign in to comment.