Run the regression tests _before_ replacing the built binaries with Win32 cross-builds.

This commit is contained in:
Oliver Schmidt 2015-06-27 00:43:41 +02:00
parent 5a7ba692f5
commit 7bb09e916c
1 changed files with 1 additions and 1 deletions

View File

@ -5,10 +5,10 @@ install:
script:
- make bin USER_CFLAGS=-Werror
- make lib QUIET=1
- make -C test
- make -C src clean
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
- make doc zip
- make -C test
after_success:
- make -f Makefile.travis
env: