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 f72f012 commit 75f5f88
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -6,3 +6,4 @@ drat.sh
^.*\.Rproj$
^\.Rproj\.user$
man-roxygen/
^\.github.?
30 changes: 15 additions & 15 deletions .travis.yml
Expand Up @@ -3,26 +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/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: WMYHZ8ntlvEYoKyLMhnYlFLXFPIqMEf9eR/m1M9wA5X0ixKTF+KvlBp1w4rCdAPjn7/eH+MLVgSguFA9Fpo8Y7FnY0Towx5q3tW//2p6JabVlxJi4IQMNKo05Aeq6zUZo2L0H7nEVKezc1PxqcAWRnA3p++oKw/GrVc7SoLbejg=
secure: AfiAuxm6rG38sAh8KWtfcVI6fduSrtvvV6uB8XlJbOFNY+GtydOgHhfFF1VN5O7clfAAw1YbE8p3yHakC37/65Mk2rrt5oPPdMRpm5lxwwyWQM9tBct/U8KTgvbe7DiEvNDjmivPVXsCve5k9MOfWbez5E8ykYQ4uRwlfkY5nv8=
3 changes: 2 additions & 1 deletion DESCRIPTION
Expand Up @@ -4,7 +4,8 @@ Title: AWS SES Client Package
Version: 0.1.5
Date: 2017-06-30
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) Simple
Email Service (SES) <http://aws.amazon.com/ses/> REST API.
License: GPL (>= 2)
Expand Down

0 comments on commit 75f5f88

Please sign in to comment.