diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 830d95d..5d4f1e6 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 notifications: email: - manoj.p.gudi@gmail.com |