Skip to content

Commit effd3d3

Browse files
committed
Run mono with --debug
This makes mono load debug information from the assembly so we get e.g. line numbers in stack traces.
1 parent bdc8dbe commit effd3d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ os:
77
- osx
88
- linux
99

10+
env:
11+
global:
12+
- MONO_OPTIONS=--debug
13+
1014
before_install:
1115
- date -u
1216
- uname -a

0 commit comments

Comments
 (0)