Browse Source

Merge pull request #757 from wieslawsoltes/fixes/travisci-latest-mono-bugs

Use mono 4.4.2 until latest 4.6 is fixed
pull/759/head
Jeremy Koritzinsky 10 years ago
committed by GitHub
parent
commit
e2c7f53a32
  1. 2
      .travis.yml

2
.travis.yml

@ -3,7 +3,7 @@ os:
- linux
- osx
mono:
- latest
- 4.4.2
script:
- ./build.sh --target "Travis" --platform "Mono" --configuration "Release"
notifications:

Loading…
Cancel
Save