ratatui/scripts/travis/script.sh
Florian Dehau c42ca05849 Refactor Makefile install rule
Check for older installation of the tools and only install them if
missing or if the versions don't match
2017-05-21 12:49:12 +02:00

7 lines
88 B
Bash
Executable file

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