diff --git a/.travis.yml b/.travis.yml index 715f129c..6a6bb311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,12 +35,12 @@ before_install: - mkdir -p ~/.local/bin - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' -# Download and install agda, agda-stdlib, and agda2html -- make travis-setup # 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 Lua - travis_retry curl -R -O http://www.lua.org/ftp/lua-5.4.0.tar.gz | tar zxf && cd lua-5.4.0 && sudo make all test +# Download and install agda, agda-stdlib, and agda2html +- make travis-setup script: - travis_retry curl -L https://raw.githubusercontent.com/plfa/git-tools/master/git-restore-mtime | python