We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c00eab commit c9fc3d3Copy full SHA for c9fc3d3
.travis.yml
@@ -1,5 +1,5 @@
1
sudo: required
2
-dist: yakkety
+dist: trusty
3
before_install:
4
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-base texlive-pictures texlive-lang-cyrillic texlive-science texlive-generic-recommended
5
script:
utils/upload_all.sh
#!/usr/bin/env bash
for i in _build/*.pdf;
do
- utils/dropbox_uploader.sh upload $i `basename $i`;
+ utils/dropbox_uploader.sh upload $i Public/`basename $i`;
done
0 commit comments