1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

Travis checks

This commit is contained in:
2018-08-14 11:37:40 +02:00
parent 324d8b955e
commit 533342583a
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,8 @@
context("atc.R")
test_that("atc_property works", {
skip() # relies on internet connection of server, don't test
skip_if(Sys.info()['sysname'] == "Windows") # security error on AppVeyor
if (!is.null(curl::nslookup("www.whocc.no", error = FALSE))) {