Travis: Disable tests on Windows

This commit is contained in:
Lukas W
2015-01-13 18:19:10 +01:00
parent e3a29d0ad7
commit 37d89720c8

View File

@@ -19,8 +19,7 @@ script:
- if [ $TARGET_OS == win64 ]; then ../build_mingw64 || ../build_mingw64; fi
- if [ $TARGET_OS == linux ]; then cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..; fi
- make -j4 VERBOSE=1
- make tests
- ./tests/tests
- if [ $TARGET_OS == linux ]; make tests && ./tests/tests; fi
before_deploy: make package
deploy:
provider: releases