Skip to content

Commit 093cc16

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

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 ${{ secrets.Webhook }}
13+
- julia --code-coverage test/runtests.jl Webhook
1414

1515

1616
after_success:

0 commit comments

Comments
 (0)