]> git.saurik.com Git - wxWidgets.git/blame - .travis.yml
Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / .travis.yml
CommitLineData
d57d8c21
VZ
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.
5language: cpp
6
7compiler: gcc
8
9branches:
10 only:
11 - master
12
13notifications:
14 email:
15 recipients:
16 - vadim@wxwidgets.org
17 on_success: change
18 on_failure: change
19
20script:
19d7382a
VZ
21 - ./configure --disable-optimise
22 - make
23 - make samples
24 - sudo make install
25 - make -C samples/minimal -f makefile.unx