diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 283fe7a6c..fc209376b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,13 @@ before_script: - uname -a script: - - ./configure --enable-debug - - make -j3 + - ./configure --enable-debug && make -j3 + - make clean + - ./configure --disable-renewal --enable-debug && make -j3 notifications: email: false branches: only: - - master
\ No newline at end of file + - master |