Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 12, 2019
1 parent 94bc901 commit 6448a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Expand Up @@ -6,13 +6,11 @@ pandoc: false

matrix:
include:
- os: linux
env: R_CODECOV=true
- dist: trusty
- dist: xenial
- os: osx
osx_image: xcode9.3
brew_packages: librsvg
- os: osx
osx_image: xcode9.3
disable_homebrew: true
- os: osx
osx_image: xcode7.3
Expand All @@ -38,8 +36,5 @@ notifications:
on_success: change
on_failure: change

after_success:
- if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov()'; fi

before_install:
- (while true; do echo 'Ping? Pong!'; sleep 500; done) &
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,6 @@

[![Build Status](https://travis-ci.org/jeroen/rsvg.svg?branch=master)](https://travis-ci.org/jeroen/rsvg)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jeroen/rsvg?branch=master&svg=true)](https://ci.appveyor.com/project/jeroen/rsvg)
[![Coverage Status](https://codecov.io/github/jeroen/rsvg/coverage.svg?branch=master)](https://codecov.io/github/jeroen/rsvg?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/rsvg)](http://cran.r-project.org/package=rsvg)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/rsvg)](http://cran.r-project.org/package=rsvg)
[![Github Stars](https://img.shields.io/github/stars/jeroen/rsvg.svg?style=social&label=Github)](https://github.com/jeroen/rsvg)
Expand Down

0 comments on commit 6448a5c

Please sign in to comment.