Skip to content

Commit cddd854

Browse files
committed
fix
1 parent 4feb3ca commit cddd854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ notifications:
1111
# uncomment the following lines to override the default test script
1212
script: # the default script is equivalent to the following
1313
- 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)';
14+
- 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

Comments
 (0)