From 35932b5381886f1d650d2cf853384273d080b821 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 11 Aug 2016 13:49:49 +0100 Subject: Add "make install" step to Travis build. --- other/travis/toxcore-after_script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'other/travis/toxcore-after_script') diff --git a/other/travis/toxcore-after_script b/other/travis/toxcore-after_script index 40175239..faa0d7a5 100755 --- a/other/travis/toxcore-after_script +++ b/other/travis/toxcore-after_script @@ -1,6 +1,7 @@ #!/bin/sh -set -e -x +set -e -u -x +. other/travis/env-$ENV.sh # Only submit coverage from the clang build. GCC and clang disagree slightly, # so we arbitrarily choose the alphabetically first one for the report. -- cgit v1.2.3