14 Sep
                
                    2017
                
            
            
                14 Sep
                
                '17
                
            
            
            
        
    
                3:09 p.m.
            
        The build will fail if any of the commands fail, but this way we might catch more errors in a single run. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba8ff49a1..c2526bc6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,9 @@ before_install: before_script: - ./autogen.sh script: - - make -j3 && make -j3 syntax-check && make -j3 check + - make -j3 + - make -j3 syntax-check + - make -j3 check # Environments here are run in addition to the main environment defined above matrix: -- 2.13.5