Fix syntax error in Travis config from the last commit
Add the missing quote.
This commit is contained in:
parent
62d2f4e5f5
commit
038aaa74d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue