Skip to content

Commit

Permalink
ci: correct make target
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Apr 26, 2017
1 parent 39ca06d commit f7ba3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


if [ "${TRAVIS_EVENT_TYPE}" = "cron" -a "${TARGET}" = "x86_64-unknown-linux-gnu" ] ; then
make build-unstable-container && make test
make unstable-environment && make test
else
cargo test --verbose
fi

0 comments on commit f7ba3df

Please sign in to comment.