Skip to content

Commit 60e1f7e

Browse files
committed
Fix shebang for portability and change make target
1 parent 4e5dda2 commit 60e1f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ci/travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# DESCRIPTION #
44

@@ -84,7 +84,7 @@ start_heartbeat
8484

8585
# Run CI commands, merging `stderr` into `stdout` and redirecting logged output to file...
8686
echo 'Running tests...'
87-
make test-local >> $CI_OUT 2>&1
87+
make test >> $CI_OUT 2>&1
8888

8989
echo 'Running coverage...'
9090
make coverage >> $CI_OUT 2>&1

0 commit comments

Comments
 (0)