We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce72e94 commit 1639c0eCopy full SHA for 1639c0e
.travis.yml
@@ -21,4 +21,4 @@ codecov: true
21
# uncomment the following lines to override the default test script
22
script:
23
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
24
- - travis_wait 20 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';
+ - travis_wait 30 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';
0 commit comments