Navigation Menu

Skip to content

Commit

Permalink
travis: add missing &&
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 24, 2017
1 parent edb4ffe commit 1682c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/before_script.sh
Expand Up @@ -82,7 +82,7 @@ else
(cd vendor/mysql && \
sudo debian/rules override_dh_auto_configure SKIP_DEBUG_BINARY=yes && \
cd builddir/libservices && \
sudo make > /dev/null \
sudo make > /dev/null && \
cd ../extra && \
sudo make > /dev/null)
configure_args=("${configure_args[@]}"
Expand Down

0 comments on commit 1682c4e

Please sign in to comment.