From 8db12fe897e240fab1fd113ec81e75e71c723d71 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 24 May 2017 11:39:09 +0800 Subject: [PATCH] travis: only run tests if make succeeds --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ea24e0bc..ddd443a7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,9 +55,7 @@ matrix: script: - autoreconf - ./configure --prefix=$HOME/prefix || cat config.log - - make -j2 - - make install - - make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 + - make -j2 && make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 notifications: # Some items are encrypted so that notifications from other repositories