From 23eec3ebd8e886e04aa960acef737e1d3bb3c673 Mon Sep 17 00:00:00 2001 From: cgzones Date: Sat, 25 Mar 2017 23:51:38 +0100 Subject: [PATCH] travis: move after_success tests into script section --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2efa7f4c7..bb6b51364 100755 --- a/.travis.yml +++ b/.travis.yml @@ -102,8 +102,6 @@ script: - make conf - make - make validate - -after_success: - make xml - make html - make DESTDIR=${HOME}/tmp install