Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3c40dd7

Browse files
committed
set travisdir using -bash so that it works on OS X too

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
travisdir=$(dirname $(readlink /proc/$$/fd/255))
2+
travisdir=$(dirname "$0")
33
testdir="$travisdir/../tests"
44
testedcomponents=(`cat "$travisdir/tested-components"`)
55
result=0

0 commit comments

Comments
 (0)