Use travis_wait to extend Travis job timeouts (#108)

This commit is contained in:
Chris de Graaf 2019-11-12 21:11:23 +08:00 committed by GitHub
parent 055f37d720
commit 39350c10de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ julia:
before_script:
- git config --global user.name Tester
- git config --global user.email te@st.er
script: travis_wait julia --project -e 'using Pkg; Pkg.test(; coverage=true)'
matrix:
fast_finish: true
allow_failures: