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 23be780 commit 9b081baCopy full SHA for 9b081ba
.travis.yml
@@ -22,4 +22,4 @@ codecov: true
22
# uncomment the following lines to override the default test script
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)'
+ - travis_wait 20 julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("ApproxFun"); Pkg.test("ApproxFun"; coverage=true)'
0 commit comments