Separate out installs in .travis.yaml
This commit is contained in:
parent
0615638d66
commit
48c2298104
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ before_install:
|
|||
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||
# Install Pandoc:
|
||||
- travis_retry curl -L https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb -o $HOME/pandoc.deb && sudo dpkg -i $HOME/pandoc.deb
|
||||
# Install agda, agda-stdlib, and agda2html:
|
||||
# Install agda, agda-stdlib, and acknowledgements:
|
||||
- make travis-install-agda
|
||||
- make travis-install-agda-stdlib
|
||||
- make travis-install-acknowledgements
|
||||
- make travis-setup
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue