We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4feb3ca commit cddd854Copy full SHA for cddd854
1 file changed
.travis.yml
@@ -11,4 +11,4 @@ notifications:
11
# uncomment the following lines to override the default test script
12
script: # the default script is equivalent to the following
13
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
- - julia -e 'Pkg.clone("https://github.com/sorpaas/HPack.jl.git"); Pkg.clone(pwd()); Pkg.build("HTTP2"); Pkg.test("HTTP2"; coverage=true)';
+ - julia -e 'using Pkg; Pkg.clone("https://github.com/sorpaas/HPack.jl.git"); Pkg.clone(pwd()); Pkg.build("HTTP2"); Pkg.test("HTTP2"; coverage=true)';
0 commit comments