Skip to content

Commit 466b35b

Browse files
author
Ian Jonsen
committed
try this...
1 parent b14316d commit 466b35b

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

.travis.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
1-
repos:
2-
CRAN: https://cran.rstudio.com
3-
1+
language: r
2+
cache: packages
43
warnings_are_errors: false
54

6-
deploy.skip_cleanup: true
7-
8-
os:
9-
- linux
10-
11-
sudo: true
12-
dist: bionic
13-
14-
cache:
15-
- packages
5+
r:
6+
- oldrel
7+
- release
8+
- devel
169

1710
sudo: true
1811
before_install:
1912
- sudo apt-get install jags
2013
- sudo apt-get install r-cran-rjags
2114

22-
latex: true
23-
pandoc: true
24-
2515
notifications:
2616
email:
2717
on_success: never

0 commit comments

Comments
 (0)