Skip to content

Commit

Permalink
Set JULIA_DEBUG="Main"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 10, 2019
1 parent 93ecc2e commit 36ba657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_install:
install:
- julia -e 'using Run; Run.prepare_test()'
script:
- export JULIA_DEBUG="Main"
- julia -e 'using Run; Run.test(inline=false)'
after_success:
- julia -e 'using Run; Run.after_success_test()'
Expand Down

0 comments on commit 36ba657

Please sign in to comment.