Skip to content

Commit

Permalink
changes tectonic and biber version
Browse files Browse the repository at this point in the history
enables build to succeed when using biblatex package
  • Loading branch information
patrickneubauer committed May 31, 2020
1 parent dbe7e3f commit ddd102e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ install:
- export PATH="$HOME/miniconda/bin:$PATH"
- if ! command -v conda > /dev/null; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
-O miniconda.sh; bash miniconda.sh -b -p $HOME/miniconda -u; conda config --add
channels conda-forge; conda config --set always_yes yes; conda install tectonic==0.1.12;
channels conda-forge; conda config --set always_yes yes; conda install tectonic==0.1.11;
fi
- conda install -c malramsay biber==2.12 --yes
- conda install -c malramsay biber==2.11 --yes
- conda info -a
cache:
directories:
Expand All @@ -24,4 +24,4 @@ deploy:
api_key: $GITHUB_TOKEN
file: "./sample-sigconf.pdf"
on:
branch: master
branch: master

0 comments on commit ddd102e

Please sign in to comment.