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 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 |