aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.