From 79b4f66cbf2a7e4bb42b56632104194dc5723eba Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 5 Jan 2014 11:04:44 +0530 Subject: testing .yaml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99ffe1e..661e54b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,9 @@ - cd build - cmake ../ - script: make -j 4 - make test + script: + - make -j 4 + - make test notifications: email: - manoj.p.gudi@gmail.com -- cgit