diff options
author | manojgudi | 2014-01-05 10:44:01 +0530 |
---|---|---|
committer | manojgudi | 2014-01-05 10:44:01 +0530 |
commit | a27441263c4c78c3bbda297bb2b40c0f328b4af5 (patch) | |
tree | 74d412506b56f9a7dae27eaf16627bbf15608929 /.travis.yml | |
parent | 36100855ba2bb1a33ec42dfcc48dada6c39dc862 (diff) | |
download | sandhi-a27441263c4c78c3bbda297bb2b40c0f328b4af5.tar.gz sandhi-a27441263c4c78c3bbda297bb2b40c0f328b4af5.tar.bz2 sandhi-a27441263c4c78c3bbda297bb2b40c0f328b4af5.zip |
testing .yaml
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..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 |