Skip to content

Commit

Permalink
Disable tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Jul 11, 2019
1 parent 63b1a73 commit 44ab63c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ install:
- sudo hdiutil attach visualstudioformac-8.1.0.2306.dmg
script:
- msbuild /p:Configuration=Release
- mono64 "/Volumes/Visual Studio/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/vstool.exe"
run-md-tests XSVim.Tests/bin/Release/XSVim.Tests.dll -labels
#- mono64 "/Volumes/Visual Studio/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/vstool.exe"
# run-md-tests XSVim.Tests/bin/Release/XSVim.Tests.dll -labels
- mono64 "/Volumes/Visual Studio/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/vstool.exe"
setup pack XSVim/bin/Release/XSVim.dll
deploy:
Expand Down
2 changes: 1 addition & 1 deletion XSVim/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Runtime.CompilerServices
[<AutoOpen>]
module AddinVersion =
[<Literal>]
let version = "0.65.8.81"
let version = "0.65.9.81"

[<assembly: AssemblyTitle("XSVim")>]
// The assembly version has the format {Major}.{Minor}.{Build}.{VSMacVersion}
Expand Down

0 comments on commit 44ab63c

Please sign in to comment.