diff options
author | Haru <haru@dotalux.com> | 2013-08-05 16:36:45 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-08-08 02:21:25 +0200 |
commit | defac0ef9714121a872ab48c3f6c4ddd177ae509 (patch) | |
tree | 7e6a37f2284256da0bedb48eb3f5137cbf739b83 /.travis.yml | |
parent | a702c55f219519c1d9410f823bd7a9e4c6be256b (diff) | |
download | hercules-defac0ef9714121a872ab48c3f6c4ddd177ae509.tar.gz hercules-defac0ef9714121a872ab48c3f6c4ddd177ae509.tar.bz2 hercules-defac0ef9714121a872ab48c3f6c4ddd177ae509.tar.xz hercules-defac0ef9714121a872ab48c3f6c4ddd177ae509.zip |
Enabled Pre-Renewal builds in the CI buildbot
Both Renewal and Pre-Renewal branches will now be built and tested.
Signed-off-by: Haru <haru@dotalux.com>
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 |