Skip to content

Commit

Permalink
bump travis ci version
Browse files Browse the repository at this point in the history
ref #306
  • Loading branch information
wibeasley committed Aug 31, 2020
1 parent 657d9ed commit 5cbff43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
# Travis's native R Image (http://docs.travis-ci.com/user/languages/r/)
sudo: false
language: r
cache: packages
warnings_are_errors: true
dist: trusty
dist: focal
r:
- release
# - devel
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -6,7 +6,7 @@ Description: Encapsulates functions to streamline calls from R to the REDCap
University. The Application Programming Interface (API) offers an avenue
to access and modify data programmatically, improving the capacity for
literate and reproducible programming.
Version: 0.11.0
Version: 0.11.0.9000
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"wibeasley@hotmail.com", comment = c(ORCID = "0000-0002-5613-5006")),
person("David", "Bard", role = "ctb"),
Expand All @@ -27,7 +27,7 @@ Depends:
R(>= 3.5.0)
Imports:
checkmate (>= 2.0),
dplyr (>= 0.8.0),
dplyr (>= 1.0),
httr (>= 1.4.0),
magrittr (>= 1.5),
methods,
Expand Down

0 comments on commit 5cbff43

Please sign in to comment.