From 073bf20fa4d158b3dc50366627e62da24aeb6544 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 7 Aug 2017 18:57:53 +0200 Subject: Fix Travis-CI --- .travis.yml | 17 +++++++++-------- introduction.tex | 1 - 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. -- cgit v1.2.3