From a27441263c4c78c3bbda297bb2b40c0f328b4af5 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 5 Jan 2014 10:44:01 +0530 Subject: testing .yaml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 830d95d..99ffe1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: apt before_install: + - cat /proc/cpuinfo - sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner" - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse" @@ -23,8 +24,8 @@ - cd build - cmake ../ - script: make -j 2 - + script: make -j 4 + make test notifications: email: - manoj.p.gudi@gmail.com -- cgit