diff options
author | manojgudi | 2014-01-05 11:04:44 +0530 |
---|---|---|
committer | manojgudi | 2014-01-05 11:04:44 +0530 |
commit | 79b4f66cbf2a7e4bb42b56632104194dc5723eba (patch) | |
tree | 7dc85675690dd721d13fc586e8623b53aa1014cc | |
parent | a27441263c4c78c3bbda297bb2b40c0f328b4af5 (diff) | |
download | sandhi-79b4f66cbf2a7e4bb42b56632104194dc5723eba.tar.gz sandhi-79b4f66cbf2a7e4bb42b56632104194dc5723eba.tar.bz2 sandhi-79b4f66cbf2a7e4bb42b56632104194dc5723eba.zip |
testing .yaml
-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 |