diff options
| author | Vincent Richard <[email protected]> | 2013-05-13 11:16:58 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-05-13 11:16:58 +0200 |
| commit | 8bbfc2af211486be3f6c629c837959aa999d9539 (patch) | |
| tree | cc806567a019778c845ba035ff41bf0dff432b2c | |
| parent | Fixed export header for static/shared build. (diff) | |
| parent | Fixed source directory. (diff) | |
| download | vmime-8bbfc2af211486be3f6c629c837959aa999d9539.tar.gz vmime-8bbfc2af211486be3f6c629c837959aa999d9539.zip | |
Merge branch 'master' of https://github.com/kisli/vmime
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0c227c7c..ec29399d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,6 @@ script: - mkdir _build - cd _build - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS + - cmake .. -L - cmake --build . --target install - ctest |
