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 478cc0a commit 23be780Copy full SHA for 23be780
.travis.yml
@@ -20,6 +20,6 @@ codecov: true
20
21
22
# 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)'
+script:
+ - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
+ - travis_wait 20 julia -e 'Pkg.clone(pwd()); Pkg.build("ApproxFun"); Pkg.test("ApproxFun"; coverage=true)'
0 commit comments