Skip to content

Commit

Permalink
tidy up to reduce warnings about config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiroy committed Apr 27, 2020
1 parent ba980d2 commit 3311841
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,7 +1,8 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
language: r
os: linux
dist: xenial
cache: packages

r_packages:
Expand Down Expand Up @@ -39,12 +40,12 @@ before_deploy:
notifications:
email: false
deploy:
strategy: git
provider: pages
skip_cleanup: true
keep_history: true
local-dir: gh-pages
target-branch: gh-pages
committer-from-gh: true
local_dir: gh-pages
target_branch: gh-pages
committer_from_gh: true
github_token: $GITHUB_PAT
on:
branch: master
Expand Down

0 comments on commit 3311841

Please sign in to comment.