mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 18:07:51 +08:00
Fix Makefile. TravisCI's sh is dash
This commit is contained in:
parent
a19ae30d13
commit
9184438c48
3
Makefile
3
Makefile
|
@ -45,7 +45,8 @@ goveralls: cover/all
|
|||
|
||||
codecov: cover/all
|
||||
test "$(TRAVIS_PULL_REQUEST)" = false \
|
||||
&& bash <(curl -s https://codecov.io/bash) -f cover/all \
|
||||
&& curl -s https://codecov.io/bash -o codecov.bash \
|
||||
&& bash codecov.bash -f cover/all \
|
||||
|| echo "not sending to codecov.io"
|
||||
|
||||
upload:
|
||||
|
|
Loading…
Reference in New Issue
Block a user