diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index bde1bb6..c0e674b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ notifications: webhooks: urls: - https://webhooks.gitter.im/e/0a75d380046b2684c78e - on_success: change - on_failure: always - on_start: never + on_success: change + on_failure: always + on_start: never before_install: - sudo apt-get update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science |