From 96dd77c8e10b75efe4c96770697b8cf5a5f6dd43 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Mon, 16 Oct 2017 18:47:09 +0200 Subject: [PATCH] removed release --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index b112125..e5ae185 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,3 @@ script: - mkdir _build - pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build cours.tex - pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build cours.tex -deploy: - provider: releases - api_key: - secure: 155dffca44892145831560e8f9cacef0596d4f77 - file: - - _build/cours.pdf - skip_cleanup: true - on: - tags: false -- GitLab