Skip to content

Commit

Permalink
drastic anti travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Sep 16, 2017
1 parent 88883b1 commit 7a27a84
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -10,5 +10,4 @@ r_packages:
- covr
- drat
after_success:
- Rscript -e 'library("covr");codecov(line_exclusions = list("R/options.R",
"R/utilities.R"))'
- Rscript -e 'library("covr");codecov(line_exclusions = list("R/options.R", "R/utilities.R"))'
14 changes: 6 additions & 8 deletions cran-comments.md
@@ -1,16 +1,14 @@
## Test environments
* local OS X install, R 3.4.1
* ubuntu 12.04 (on travis-ci), R 3.4.1
* win-builder (devel and release)
* local - Debian GNU/Linux 9 (stretch), R 3.4.1
* rhub - macOS 10.11 El Capitan, R-release (experimental), R 3.4.1
* rhub - Windows Server 2008 R2 SP1, R-devel, 32/64 bit, R 3.4.1
* win-builder - (devel and release)

## R CMD check results

0 errors | 0 warnings | 2 notes

* Possibly mis-spelled words in DESCRIPTION: API (5:50)
This is spelt correctly
0 errors | 0 warnings | 0 notes

## Reverse dependencies

This is a new release, so there are no reverse dependencies.
There are no reverse dependencies.

5 changes: 4 additions & 1 deletion tests/testthat.R
@@ -1,4 +1,7 @@
library(testthat)
library(googleComputeEngineR)

test_check("googleComputeEngineR")
if(Sys.getenv("CI") != "true"){
test_check("googleComputeEngineR")
}

0 comments on commit 7a27a84

Please sign in to comment.