From b99b5f73a248800a11d3fa1fda05c4ff95f4c7ce Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 17 Aug 2012 17:47:05 +0300 Subject: [PATCH] && for build and test scripts --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e28f7ea0..f381edf3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,4 @@ notifications: on_failure: always after_script: - ./build.sh - ./test.sh + ./build.sh && ./test.sh