Really check building using the installed version in Travis builds

The command to do this at the end of the script didn't actually do anything
because the minimal sample had been already built in tree before.
This commit is contained in:
Vadim Zeitlin
2015-12-30 15:09:57 +01:00
parent 3ea3be5bcb
commit c86168132d

View File

@@ -49,5 +49,5 @@ script:
- sudo make install
- echo -en 'travis_fold:end:script.5\\r'
- echo 'Testing building with the installed version...' && echo -en 'travis_fold:start:script.6\\r'
- make -C samples/minimal -f makefile.unx
- make -C samples/minimal -f makefile.unx -B
- echo -en 'travis_fold:end:script.6\\r'