File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ language: r
44dist : trusty
55sudo : true
66
7+ cran : https://cran.rstudio.com
8+
79# until generics is finalized
810warnings_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
2527cache :
2628 directories :
@@ -46,12 +48,12 @@ before_script:
4648
4749
4850before_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
5658after_success :
5759 - Rscript -e 'covr::codecov()'
You can’t perform that action at this time.
0 commit comments