Skip to content

Commit

Permalink
tweak .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Apr 12, 2018
1 parent 486c831 commit 43675b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ knitreadme.sh
^\.Rproj\.user$
man-roxygen
CONTRIBUTING.md
^\.github/
^\.github.?
31 changes: 15 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,26 @@ sudo: false
cache: packages
matrix:
include:
- os: linux
dist: trusty
sudo: required
env: R_CODECOV=true
- os: osx
osx_image: xcode9.2
- os: osx
osx_image: xcode7.3
r_build_args: '--no-build-vignettes'
r_check_args: '--ignore-vignettes --no-examples'
- os: linux
dist: trusty
sudo: required
env: DRAT_DEPLOY=true
- os: osx
osx_image: xcode9.2
- os: osx
osx_image: xcode7.3
r_build_args: "--no-build-vignettes"
r_check_args: "--ignore-vignettes --no-examples"
r_packages:
- covr
- drat
r_github_packages:
- cloudyr/aws.efs
- cloudyr/travisci
after_success:
- Rscript -e 'library("covr");codecov()'
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash
drat.sh
- Rscript -e "travisci::restart_last_build('cloudyr/awspack')"
- R -q -e 'library("covr");codecov()'
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test
$DRAT_DEPLOY == "true" && bash drat.sh
- R -q -e "travisci::restart_last_build('cloudyr/awspack')"
env:
global:
secure: dafV0ErhpPQlsTk3JGug7k3NclItCz2IGX9Zoq/KPJYGR7qjERPV2zie1DLozLVZRoXzIiqE5K9r37FkB3rWv/qvmRzYhS+ioqXWng2hqO4VWQ9fcvV0JVqva7ZRssyz7BcLBxRJ/ICDcOAzAZ6RohPDQLRQlKjj1GkNS0DalK0=
secure: ZuFPRGKmR8wOAjeHqJHet0J97GL7BivMGlR49bS5auXomse2y6DVivaokC6UzU4kYCnTFaxeqsg/XmV3cz2XfRzn1xCYI5M5t/1Qmf/JxB8YjTcl11su197Kwkdhwf4Gitju6eo2PH2DjEP4k/uQ5fcyIJosMo4HLBE5U0Mgi/c=
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Title: Amazon Web Services EC2 Client Package
Version: 0.1.11
Date: 2017-07-06
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "thosjleeper@gmail.com"))
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")))
Description: A simple client package for the Amazon Web Services ('AWS') Elastic
Cloud Compute ('EC2') <https://aws.amazon.com/ec2/> 'API'.
License: GPL (>= 2)
Expand Down

0 comments on commit 43675b9

Please sign in to comment.