From c5fbd3e643138139bd78400b3fd729e1cf45852d Mon Sep 17 00:00:00 2001 From: Lukas W Date: Tue, 13 Jan 2015 18:31:18 +0100 Subject: [PATCH] Travis: Fix .travis.yml typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88701e719..a1276790c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +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 - - if [ $TARGET_OS == linux ]; make tests && ./tests/tests; fi + - if [ $TARGET_OS == linux ]; then make tests && ./tests/tests; fi before_deploy: make package deploy: provider: releases