Skip to content

Commit

Permalink
Activate Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Aug 21, 2018
1 parent 7e7a1c8 commit c8a9568
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: r
cache: packages
r: 3.5
pandoc_version: 2.2.1
repos:
CRAN: https://cran.rstudio.com
if: tag IS blank AND branch = master
notifications:
email:
on_failure: always
on_success: never
script:
- make homework_4.pdf
- make homework_4.html
6 changes: 6 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Title: CDS 101 Pregnancy Lengths Inference Homework
Depends:
R (>= 3.5)
Imports:
tidyverse,
infer

0 comments on commit c8a9568

Please sign in to comment.