Skip to content

Commit

Permalink
Merge 01bb9c6 into c6bc7f9
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstaab committed Nov 2, 2019
2 parents c6bc7f9 + 01bb9c6 commit 57d8ff6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ r:
- release
- devel

before_install:
# Set CXX1X for R-devel, as R-devel does currently not detect CXX1X support for gcc 4.6.3
# Check if we can remove this at some point in 2017
- if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi

r_packages:
- lintr
# - lintr
- covr

after_success:
- Rscript -e "lintr::lint_package()"
# - Rscript -e "lintr::lint_package()"
- Rscript -e "library(covr); coveralls()"

0 comments on commit 57d8ff6

Please sign in to comment.