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 9b081ba commit 4756e7aCopy full SHA for 4756e7a
.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 'using Pkg; Pkg.clone(pwd()); Pkg.build("ApproxFun"); Pkg.test("ApproxFun"; coverage=true)'
+ - travis_wait 20 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';
0 commit comments