We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6facaa2 commit 0336110Copy full SHA for 0336110
.travis.yml
@@ -14,6 +14,15 @@ addons:
14
packages:
15
- libgdal-dev
16
- libproj-dev
17
+env:
18
+ global:
19
+ - RGL_USE_NULL=TRUE
20
+ - _R_CHECK_DONTTEST_EXAMPLES_=FALSE
21
+jobs:
22
+ include:
23
+ - stage: prepare cache
24
+ - script: true
25
+ - stage: test
26
before_install:
27
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libcgal-dev libglu1-mesa-dev mesa-common-dev; fi
28
r_github_packages:
0 commit comments