From ad12fc55df2dee408847dcb649b28771b82cbf8d Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Thu, 4 Aug 2016 22:41:19 -0400 Subject: [PATCH] travis --- README.Rmd | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 82c145f..ee2e110 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,6 +1,7 @@ --- output: rmarkdown::github_document --- +[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/uaparserjs.svg?branch=master)](https://travis-ci.org/hrbrmstr/uaparserjs) `uaparserjs` : Parse Browser 'User-Agent' Strings into Data Frames diff --git a/README.md b/README.md index 70b110d..41b79a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/uaparserjs.svg?branch=master)](https://travis-ci.org/hrbrmstr/uaparserjs) + `uaparserjs` : Parse Browser 'User-Agent' Strings into Data Frames Despite there being a section in RFC 7231 defining a suggested structure for `User-Agent` headers this data is notoriously difficult to parse consistently. A function is provided that will take in user agent strings and return structured R objects. This is a V8-backed package based on the `ua-parser` project . @@ -71,7 +73,7 @@ library(testthat) date() ``` - ## [1] "Thu Aug 4 17:21:51 2016" + ## [1] "Thu Aug 4 22:41:09 2016" ``` r test_dir("tests/") -- 2.30.2