Skip to content

Commit 31cbe89

Browse files
committed
Run tests before checking samples manually.
1 parent 2da44d0 commit 31cbe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616

1717
script:
1818
- make PLATFORM=$PLATFORM UNICODE=$UNICODE
19+
- make test PLATFORM=$PLATFORM UNICODE=$UNICODE
1920
- cd example/DllLoader
2021
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoader.exe
2122
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoaderLoader.exe
22-
- make test PLATFORM=$PLATFORM UNICODE=$UNICODE

0 commit comments

Comments
 (0)