Fix syntax error in Travis config from the last commit

Add the missing quote.
This commit is contained in:
Vadim Zeitlin 2017-01-04 22:47:32 +01:00
parent 62d2f4e5f5
commit 038aaa74d1

View File

@ -51,7 +51,7 @@ script: |
popd &&
echo -en 'travis_fold:end:script.3\\r' &&
echo 'Building the samples...' && echo -en 'travis_fold:start:script.4\\r' &&
(test -n "$wxSKIP_SAMPLES" && make samples || echo "*** Skipping building samples ***) &&
(test -n "$wxSKIP_SAMPLES" && make samples || echo "*** Skipping building samples ***") &&
echo -en 'travis_fold:end:script.4\\r' &&
echo 'Installing...' && echo -en 'travis_fold:start:script.5\\r' &&
sudo make install &&