Skip to content

Commit 23be780

Browse files
committed
Try travis_wait
1 parent 478cc0a commit 23be780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ codecov: true
2020

2121

2222
# uncomment the following lines to override the default test script
23-
#script:
24-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
25-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("MyPackage"); Pkg.test("MyPackage"; coverage=true)'
23+
script:
24+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
25+
- travis_wait 20 julia -e 'Pkg.clone(pwd()); Pkg.build("ApproxFun"); Pkg.test("ApproxFun"; coverage=true)'

0 commit comments

Comments
 (0)