Browse Source

Merge pull request #603 from wieslawsoltes/SwitchTravisToMonoLatestBranch

Switch TravisCI to use mono latest instead of nightly
pull/612/head
Steven Kirk 10 years ago
committed by GitHub
parent
commit
1d61713e51
  1. 2
      .travis.yml

2
.travis.yml

@ -3,7 +3,7 @@ os:
- linux
- osx
mono:
- nightly
- latest
solution: Avalonia.mono.sln
before_install:
- mkdir -p .nuget

Loading…
Cancel
Save