mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 22:11:34 +00:00
[CI] Fix missing build and test command in scripts/travis/script.sh
This commit is contained in:
parent
c42ca05849
commit
2cb5e185eb
@ -2,6 +2,8 @@
|
||||
|
||||
set -eu
|
||||
|
||||
make build
|
||||
make test
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
||||
make lint
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user