Skip to content

Commit 865ff13

Browse files
committed
Merge branch 'master' of https://github.com/SISBID/Module3
2 parents d6e2f65 + a7a3f26 commit 865ff13

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed
2.14 KB
Binary file not shown.
1.12 KB
Binary file not shown.

KarlSource/2017_SISBID_3_13_summary_slides.tex

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
\ei
317317
\item[] Why didn't we cover them?
318318
\bi
319-
\item Not sure, really
319+
\item Not enough time
320320
\ei
321321
\item[] Where would we point you?
322322
\bi
@@ -351,7 +351,7 @@
351351
\ei
352352
\item[] Why didn't we cover it?
353353
\bi
354-
\item Not sure, really
354+
\item Not enough time
355355
\ei
356356
\item[] Where would we point you?
357357
\bi
@@ -381,7 +381,7 @@
381381
\ei
382382
\item[] Why didn't we cover it?
383383
\bi
384-
\item Not sure, really
384+
\item Not enough time
385385
\ei
386386
\item[] Where would we point you?
387387
\bi
@@ -403,6 +403,32 @@
403403

404404
\end{frame}
405405

406+
\begin{frame}[c]{Continuous integration (eg Travis)}
407+
408+
\bbi
409+
\item[] Why is it cool?
410+
\bi
411+
\item Automatically build and run tests when you push to GitHub
412+
\ei
413+
\item[] Why didn't we cover it?
414+
\bi
415+
\item Not enough time
416+
\ei
417+
\item[] Where would we point you?
418+
\bi
419+
\item Julia Silge blog post,
420+
\href{https://juliasilge.com/blog/beginners-guide-to-travis/}{\tt juliasilge.com/blog/beginners-guide-to-travis}
421+
\item Hadley's R packages book,
422+
\href{http://r-pkgs.had.co.nz/check.html\#travis}{\tt r-pkgs.had.co.nz/check.html\#travis}
423+
\ei
424+
\ei
425+
426+
\note{
427+
Travis makes it easy to run packages tests regularly.
428+
}
429+
430+
\end{frame}
431+
406432

407433

408434

@@ -419,7 +445,7 @@
419445
\ei
420446
\item[] Why didn't we cover it?
421447
\bi
422-
\item Not sure, really
448+
\item Not enough time
423449
\ei
424450
\item[] Where would we point you?
425451
\bi

0 commit comments

Comments
 (0)