[CI] Fix missing build and test command in scripts/travis/script.sh

This commit is contained in:
Florian Dehau 2017-05-21 13:58:36 +02:00
parent c42ca05849
commit 2cb5e185eb

View file

@ -2,6 +2,8 @@
set -eu
make build
make test
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
make lint
fi