Skip to content

Commit d9dc64c

Browse files
author
Stefan Fleck
committed
update travis badge because we migrated to travis-ci.com
1 parent 0035e22 commit d9dc64c

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo: false
55
cache: packages
66
after_success:
77
- Rscript -e 'covr::codecov()'
8-
98
before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
109
deploy:
1110
provider: script

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
[![CRAN status](https://www.r-pkg.org/badges/version/dint)](https://cran.r-project.org/package=dint)
1818
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
19-
[![Travis build status](https://travis-ci.org/s-fleck/dint.svg?branch=master)](https://travis-ci.org/s-fleck/dint)
19+
[![Travis build status](https://travis-ci.com/s-fleck/dint.svg?branch=master)](https://travis-ci.org/s-fleck/com)
2020
[![Coverage status](https://codecov.io/gh/s-fleck/dint/branch/master/graph/badge.svg)](https://codecov.io/github/s-fleck/dint?branch=master)
2121

2222
A Toolkit for Year-Quarter, Year-Month and Year-Isoweek Dates

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
status](https://www.r-pkg.org/badges/version/dint)](https://cran.r-project.org/package=dint)
88
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
99
[![Travis build
10-
status](https://travis-ci.org/s-fleck/dint.svg?branch=master)](https://travis-ci.org/s-fleck/dint)
10+
status](https://travis-ci.com/s-fleck/dint.svg?branch=master)](https://travis-ci.org/s-fleck/com)
1111
[![Coverage
1212
status](https://codecov.io/gh/s-fleck/dint/branch/master/graph/badge.svg)](https://codecov.io/github/s-fleck/dint?branch=master)
1313

@@ -96,7 +96,7 @@ last_of_quarter(q)
9696
first_of_quarter(q)
9797
#> [1] "2014-10-01"
9898
first_of_month(Sys.Date())
99-
#> [1] "2020-01-01"
99+
#> [1] "2020-07-01"
100100
first_of_isoweek(w)
101101
#> [1] "2016-12-26"
102102
last_of_isoweek(w)

0 commit comments

Comments
 (0)