Added timeout for cache and edge workaround.

This commit is contained in:
Wen Kokke 2018-03-12 16:33:19 +00:00
parent 63a38ec261
commit 731641b16c
No known key found for this signature in database
GPG key ID: 82A1AE2526064F4B

View file

@ -6,6 +6,7 @@ language: ruby
# Caching so the next build will be fast too.
cache:
bundler: true
timeout: 1200
directories:
- $HOME/.stack
- $HOME/.agda
@ -47,10 +48,9 @@ before_deploy:
- make clean
deploy:
edge:
branch: v1.8.47
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
edge: true
on:
branch: master