Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 16, 2019
1 parent da7166a commit 8a2fa16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
20 changes: 2 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ pandoc: false

matrix:
include:
- os: linux
dist: trusty
env: R_CODECOV=true
- dist: trusty
- dist: xenial
- os: osx
brew_packages: protobuf
- os: osx
Expand All @@ -24,18 +23,3 @@ addons:
- libprotobuf-dev
- libprotoc-dev
- protobuf-compiler
- valgrind

r_github_packages:
- jimhester/covr

warnings_are_errors: true
#r_check_revdep: true

notifications:
email:
on_success: change
on_failure: change

after_success:
- if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov()'; fi
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/ropensci/cld3.svg?branch=master)](https://travis-ci.org/ropensci/cld3)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/cld3?branch=master&svg=true)](https://ci.appveyor.com/project/jeroen/cld3)
[![Coverage Status](https://codecov.io/github/ropensci/cld3/coverage.svg?branch=master)](https://codecov.io/github/ropensci/cld3?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/cld3)](https://cran.r-project.org/package=cld3)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/cld3)](https://cran.r-project.org/package=cld3)
[![Github Stars](https://img.shields.io/github/stars/ropensci/cld3.svg?style=social&label=Github)](https://github.com/ropensci/cld3)


> Google's Compact Language Detector 3 is a neural network model for language
identification and the successor of CLD2 (available from) CRAN. This version is still
Expand Down

0 comments on commit 8a2fa16

Please sign in to comment.