Skip to content

Commit 92d4d1a

Browse files
author
James K. Glasbrenner
committed
Activate Travis CI integration
1 parent 1040bcf commit 92d4d1a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: r
2+
cache: packages
3+
r: 3.5
4+
pandoc_version: 2.2.1
5+
repos:
6+
CRAN: https://cran.rstudio.com
7+
if: tag IS blank AND branch = master
8+
notifications:
9+
email:
10+
on_failure: always
11+
on_success: never
12+
script:
13+
- make homework_3.pdf
14+
- make homework_3.html

DESCRIPTION

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Title: CDS 101 Web Scraping Homework
2+
Depends:
3+
R (>= 3.5)
4+
Imports:
5+
tidyverse,
6+
rvest

0 commit comments

Comments
 (0)