diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index fc209376b..2c09eeca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ before_script: - uname -a script: - - ./configure --enable-debug && make -j3 + - ./configure --enable-debug && make sql -j3 - make clean - - ./configure --disable-renewal --enable-debug && make -j3 + - ./configure --disable-renewal --enable-debug && make sql -j3 notifications: email: false |