From 58ec5edf0c9ecd053e9e11c828801bc20a41e8d9 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 10 Aug 2012 22:12:27 +0300 Subject: [PATCH] reverted to build and test for travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5da29ade5..fdf87af06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,6 @@ notifications: on_success: change on_failure: always -after_script: ./test.sh +after_script: + ./build.sh + ./test.sh