Use a trick to speed up travis builds
Idea from https://blog.esciencecenter.nl/travis-caching-and-incremental-builds-6518b89ee889 and tool from https://github.com/MestreLion/git-tools/blob/master/git-restore-mtime
This commit is contained in:
parent
ee944d560f
commit
00c0b9f48e
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ before_install:
|
|||
- make travis-setup
|
||||
|
||||
script:
|
||||
- curl -L https://raw.githubusercontent.com/MestreLion/git-tools/master/git-restore-mtime | python
|
||||
- agda --version
|
||||
- acknowledgements --version
|
||||
- make test-offline # disable to only build cache
|
||||
|
|
Loading…
Add table
Reference in a new issue