Skip to content

Commit b8130da

Browse files
committed
get travis working (see comment)
- ignore vignettes when checking on travis for now - setup c++ 14 so RStan will install successfully
1 parent b9dc399 commit b8130da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ cache: packages
66

77
r_github_packages:
88
- r-lib/covr
9+
10+
r_build_args: '--no-build-vignettes'
11+
r_check_args: '--ignore-vignettes'
12+
13+
before_install:
14+
- mkdir -p ~/.R
15+
- echo "CXX14FLAGS=-O3 -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-macro-redefined" >> ~/.R/Makevars
16+
- echo "CXX14=g++ -std=c++1y -fPIC" >> ~/.R/Makevars
917

1018
after_success:
1119
- Rscript -e 'covr::codecov()'

0 commit comments

Comments
 (0)