# This is the control file for Travis continuous integration system. # # It is used automatically for the repositories on Github if it's found in the # root directory of the project. language: cpp compiler: gcc branches: only: - master notifications: email: recipients: - vadim@wxwidgets.org on_success: change on_failure: change script: - ./configure --disable-optimise - make - make samples - sudo make install - make -C samples/minimal -f makefile.unx