ratatui/scripts/travis/script.sh
2017-10-30 22:51:34 +01:00

9 lines
109 B
Bash
Executable file

#!/bin/bash
set -eu
make build
make test
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
make lint
fi