Skip to content

Commit

Permalink
Attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Dec 19, 2019
1 parent 583c009 commit 70f6e23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ matrix:
r_github_packages:
- r-lib/covr

before_install:
- Rscript -e 'install.packages("stringi", configure.args = "--disable-pkg-config")'

script:
- R CMD build .
- R CMD check *tar.gz
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rwhatsapp
Title: Import and Handling for 'WhatsApp' Chat Logs
Version: 0.2.1.9000
Date: 2019-12-17
Date: 2019-12-19
Authors@R: person("Johannes", "Gruber", email = "[email protected]",
role = c("aut", "cre"))
Description: A straightforward, easy-to-use and robust parsing package which digests
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-rwhatsapp.R
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ test_that("reading from file", {
})

test_that("emojis", {
skip_on_cran()
expect_equal({
out <- rwa_read(x = system.file("extdata", "sample.txt", package = "rwhatsapp"),
tz = "GMT")
Expand Down

0 comments on commit 70f6e23

Please sign in to comment.