Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

#line in C# + avoid mono bug with goto on unix #226

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Display mono related versions
  • Loading branch information
soywiz committed Aug 4, 2017
commit 10f3e3ab019acf8b5fee0e43840b0201ec6e385e
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ before_script:
- which node || true
- node --version || true
- dmd --version || true
- mono --version || true
- csc -version || true
- msc --version || true
- mono --version || true
- mono-csc -version || true
- mono-msc --version || true
- "./gradlew --version"
script:
- jdk_switcher use oraclejdk8
Expand Down