Skip to content

Commit

Permalink
see how this works with #27
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Sep 9, 2020
1 parent 0a5d372 commit 0946d37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.Rproj.user
.Rhistory
.RData
*.rds
.Ruserdata
*_files
*_cache
Expand Down
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ cache:
- $HOME/.npm
pandoc_version: 2.3.1

addons:
apt:
packages:
- ghostscript

before_install:
- nvm install stable
- npm install netlify-cli -g
Expand Down

0 comments on commit 0946d37

Please sign in to comment.