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 c90ab06 commit 8b13bffCopy full SHA for 8b13bff
.travis.yml
@@ -16,7 +16,9 @@ env:
16
- PATH=$TRAVIS_BUILD_DIR/usr/bin/:$PATH
17
- PATH=/Library/TeX/texbin:$PATH
18
19
+install: travis_wait 30 mvn install
20
21
+# mactex can take a while
22
before_install:
23
# # Fetch pandoc and pandoc-citeproc binaries
24
# - wget https://github.com/jgm/pandoc/releases/download/1.15.0.5/pandoc-1.15.0.5-1-amd64.deb && ar p pandoc-1.15.0.5-1-amd64.deb data.tar.gz | tar zx
0 commit comments