Skip to content

Commit d337906

Browse files
Update .travis.yml
1 parent 093cc16 commit d337906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coveralls: true
1010

1111
script:
1212
- julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.instantiate(); Pkg.build();'
13-
- julia --code-coverage test/runtests.jl Webhook
13+
- julia --code-coverage test/runtests.jl $Webhook
1414

1515

1616
after_success:

0 commit comments

Comments
 (0)