Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 7, 2015
1 parent 394586b commit 0a9cf06
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ install:
- PATH=$HOME/texlive/bin/x86_64-linux:$PATH
matrix:
include:
- env: BUILD=pdf DEPLOY=true
script: make geneve_1564.pdf LATEX_INTERACTION="nonstopmode -halt-on-error"
- script: make geneve_1564.pdf LATEX_INTERACTION="nonstopmode -halt-on-error"
- script: make geneve_1564_modern.pdf LATEX_INTERACTION="nonstopmode -halt-on-error"
deploy:
provider: releases
api_key:
secure: g9xqI+8A2IeHrdv18j33NSR8k04MRGbspPUJRnfSD5i72DSFRr2Jqv5RWpVbcRXue9VIHmF1MJjr6DBlfBDWNMH21dGsSP0AmC6oyfdrkvzM/oAzhJmBelZMA729S49UQhcJO0ZXAYC/W0np4LCjWd8Wj40oH3Ri/Nj3nOURtaQ=
file: geneve_1564.pdf
file:
- geneve_1564.pdf
- geneve_1564_modern.pdf
on:
repo: raphink/geneve_1564
tags: true

0 comments on commit 0a9cf06

Please sign in to comment.