Skip to content

Commit 9a75484

Browse files
Update .travis.yml
1 parent 526ba45 commit 9a75484

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 -e 'using Pkg; Pkg.test("Slack", coverage=true)'
13+
- julia --code-coverage test/runtests.jl ${{ secrets.Webhook }}
1414

1515

1616
after_success:

0 commit comments

Comments
 (0)