Skip to content

Commit e986b0f

Browse files
authored
run in debug mode on travis
1 parent b3971c3 commit e986b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ if [ ! -d "$DOTNET_SCRIPT" ]; then
1212
exit 1
1313
fi
1414
fi
15-
dotnet "$DOTNET_SCRIPT/dotnet-script.dll" "$SCRIPT_DIR/build/Build.csx" -- "$SCRIPT_DIR"
15+
dotnet "$DOTNET_SCRIPT/dotnet-script.dll" "$SCRIPT_DIR/build/Build.csx" "--debug" -- "$SCRIPT_DIR"

0 commit comments

Comments
 (0)