Skip to content

Commit

Permalink
appveyor and travis file tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 29, 2020
1 parent d9c5c48 commit 27ee20d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 34 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
language: r
sudo: false
cache: packages
dist: trusty

r_github_packages:
- jimhester/covr
r_binary_packages:
- covr

matrix:
include:
- r: release
env: R_CODECOV=true
- r: devel
env: _R_CHECK_LENGTH_1_LOGIC2_=TRUE

after_success:
- Rscript -e 'covr::codecov()'
- if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov()'; fi

notifications:
email:
Expand Down
29 changes: 0 additions & 29 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,3 @@ notifications:
secure: S3AcHEoJHUtahR5N8ConStS8oV/+x34tS1bDGM3OD0QxDKBBxufeiMmXQsId1gZu
channel: '#builds'

artifacts:
- path: '*.Rcheck\**\*.log'
name: Logs

- path: '*.Rcheck\**\*.out'
name: Logs

- path: '*.Rcheck\**\*.fail'
name: Logs

- path: '*.Rcheck\**\*.Rout'
name: Logs

- path: '\*_*.tar.gz'
name: tar

- path: '\*_*.zip'
name: zip

deploy:
- provider: S3
access_key_id: AKIAI6F2ZOASYNIRGW6A
secret_access_key:
secure: tghGGvPU9AQKRPhkQTuaGsAGmNrfRtT1VuAo5OOOMdZnEctxSn1A/Snp2yEwjZ85
region: us-west-2
bucket: ropensci-windows
artifact: zip
set_public: true

0 comments on commit 27ee20d

Please sign in to comment.