We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14316d commit 466b35bCopy full SHA for 466b35b
.travis.yml
@@ -1,27 +1,17 @@
1
-repos:
2
- CRAN: https://cran.rstudio.com
3
-
+language: r
+cache: packages
4
warnings_are_errors: false
5
6
-deploy.skip_cleanup: true
7
8
-os:
9
- - linux
10
11
-sudo: true
12
-dist: bionic
13
14
-cache:
15
- - packages
+r:
+ - oldrel
+ - release
+ - devel
16
17
sudo: true
18
before_install:
19
- sudo apt-get install jags
20
- sudo apt-get install r-cran-rjags
21
22
-latex: true
23
-pandoc: true
24
25
notifications:
26
email:
27
on_success: never
0 commit comments