Browse Source

travis

master
boB Rudis 7 years ago
parent
commit
7a50e2206c
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 8
      .travis.yml
  2. 2
      tests/testthat/test-rep.R

8
.travis.yml

@ -11,10 +11,6 @@ r:
- release
- devel
apt_packages:
- libv8-dev
- xclip
env:
global:
- CRAN: http://cran.rstudio.com
@ -25,7 +21,3 @@ after_success:
notifications:
email:
- bob@rud.is
irc:
channels:
- "104.236.112.222#builds"
nick: travisci

2
tests/testthat/test-rep.R

@ -1,5 +1,5 @@
context("basic functionality")
test_that("we can do something", {
test_that("parsing and testing works", {
rt <- robxp(robotstxt::get_robotstxt("https://cdc.gov"))

Loading…
Cancel
Save