Add a configuration file for Travis CI system.
[wxWidgets.git] / .travis.yml
1 # This is the control file for Travis continuous integration system.
2 #
3 # It is used automatically for the repositories on Github if it's found in the
4 # root directory of the project.
5 language: cpp
6
7 compiler: gcc
8
9 branches:
10     only:
11         - master
12
13 notifications:
14     email:
15         recipients:
16             - vadim@wxwidgets.org
17         on_success: change
18         on_failure: change
19
20 script:
21     - ./configure && make && make samples && make -C tests && (cd test && ./test -t) && sudo make install