We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5dda2 commit 60e1f7eCopy full SHA for 60e1f7e
1 file changed
tools/ci/travis.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
# DESCRIPTION #
4
@@ -84,7 +84,7 @@ start_heartbeat
84
85
# Run CI commands, merging `stderr` into `stdout` and redirecting logged output to file...
86
echo 'Running tests...'
87
-make test-local >> $CI_OUT 2>&1
+make test >> $CI_OUT 2>&1
88
89
echo 'Running coverage...'
90
make coverage >> $CI_OUT 2>&1
0 commit comments