aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-08-07 18:57:53 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-08-07 18:57:53 +0200
commit073bf20fa4d158b3dc50366627e62da24aeb6544 (patch)
tree1d8679b8d61d928966fcda7a14034bc1b68a8c49
parent997af5c58ef1a53bce77e16dccb79ec08bac0dd5 (diff)
downloadmmbtools-doc-073bf20fa4d158b3dc50366627e62da24aeb6544.tar.gz
mmbtools-doc-073bf20fa4d158b3dc50366627e62da24aeb6544.tar.bz2
mmbtools-doc-073bf20fa4d158b3dc50366627e62da24aeb6544.zip
Fix Travis-CI
-rw-r--r--.travis.yml17
-rw-r--r--introduction.tex1
2 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index a1ca3c4..6fa00f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,14 +10,15 @@ notifications:
on_start: never
addons: &addons
apt:
- - texlive-latex-recommended
- - texlive-latex-extra
- - texlive-fonts-recommended
- - texlive-fonts-extra
- - texlive-science
- - texlive-pictures
- - dvipng
- - cm-super
+ packages: &packages
+ - texlive-latex-recommended
+ - texlive-latex-extra
+ - texlive-fonts-recommended
+ - texlive-fonts-extra
+ - texlive-science
+ - texlive-pictures
+ - dvipng
+ - cm-super
script:
- |
make
diff --git a/introduction.tex b/introduction.tex
index e9e88e4..b05e64e 100644
--- a/introduction.tex
+++ b/introduction.tex
@@ -26,7 +26,6 @@ no single source of documentation available for the whole tool-set.
This document aims to solve this, by first outlining general concepts,
presenting different usage scenarios and detailing a complete transmission
setup.
-
With this document in hand, you should be able to understand all elements
composing a \mmbtools transmission chain, and how to set one up.