summaryrefslogtreecommitdiff
path: root/other/travis/env-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/env-linux.sh')
-rw-r--r--other/travis/env-linux.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh
index 0eb5e9ea..2544ee56 100644
--- a/other/travis/env-linux.sh
+++ b/other/travis/env-linux.sh
@@ -3,8 +3,11 @@
3CMAKE=cmake 3CMAKE=cmake
4NPROC=`nproc` 4NPROC=`nproc`
5CURDIR=$PWD 5CURDIR=$PWD
6TESTS=true
7 6
8RUN() { 7RUN() {
9 "$@" 8 "$@"
10} 9}
10
11TESTS() {
12 "$@"
13}