Skip to content

Commit

Permalink
Cleanup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 13, 2020
1 parent 395f344 commit dfae9fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
33 changes: 5 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,14 @@
language: r
cache: packages
latex: false
fortran: false
pandoc: false

matrix:
include:
- os: linux
r: oldrel
- os: linux
r: release
- os: linux
r: devel
- os: linux
dist: trusty
env: R_CODECOV=true
- r: release
- r: devel
- os: osx
osx_image: xcode9.1
- os: osx
osx_image: xcode7.3

r_github_packages:
- jimhester/covr

addons:
apt:
packages:
- libapparmor-dev

warnings_are_errors: true

notifications:
email:
on_success: change
on_failure: change

after_success:
- if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov(type = "examples")'; fi
before_install: sed -i.bak 's/-isysroot /-I/g' $(R RHOME)/etc/Makeconf
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.4
- Fix compiler warning on Windows GCC 8

1.3
- Fix for sys 2.0 (do not quote arg on Windows)
- Link unrtf executable with $(LIBS) hopefully fixes Solaris
Expand Down

0 comments on commit dfae9fa

Please sign in to comment.