File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ before_install:
6969 # Lua is not installed on Travis OSX
7070 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
7171
72+ # Start virtual framebuffer to be able to test the GUI.
73+ before_script :
74+ - " export DISPLAY=:99.0"
75+ - " sh -e /etc/init.d/xvfb start"
76+ - sleep 3 # give xvfb some time to start
77+
7278script :
7379 - NPROC=$(getconf _NPROCESSORS_ONLN)
7480 - if [ "$CHECK_AUTOCONF" = "yes" -a "$CC" = "gcc" ]; then make -C src autoconf; fi
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 77 ,
767769/**/
768770 76 ,
769771/**/
You can’t perform that action at this time.
0 commit comments