Skip to content

Commit 6553e39

Browse files
committed
change cran mirror
1 parent 218cc73 commit 6553e39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ language: r
44
dist: trusty
55
sudo: true
66

7+
cran: https://cran.rstudio.com
8+
79
# until generics is finalized
810
warnings_are_errors: false
911

@@ -20,7 +22,7 @@ matrix:
2022
allow_failures:
2123
- r: 3.3 # inum install failure (seg fault)
2224
- r: 3.2 # partykit install failure (libcoin needs >= 3.4.0)
23-
- r: 3.4 # mvtnorm requires >= 3.5.0
25+
- r: 3.4 # mvtnorm requires >= 3.5.0
2426

2527
cache:
2628
directories:
@@ -46,12 +48,12 @@ before_script:
4648

4749

4850
before_install:
49-
- sudo apt-get -y install libnlopt-dev
51+
- sudo apt-get -y install libnlopt-dev
5052
- sudo apt-get update
5153
- sudo apt-get -y install python3
5254
- mkdir -p ~/.R && echo "CXX14=g++-6" > ~/.R/Makevars
5355
- echo "CXX14FLAGS += -fPIC" >> ~/.R/Makevars
54-
56+
5557

5658
after_success:
5759
- Rscript -e 'covr::codecov()'

0 commit comments

Comments
 (0)