Skip to content

Commit

Permalink
Merge branch '7.x_travis' into 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Dec 8, 2017
2 parents 4175eeb + cd97b1c commit 9994b23
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
@@ -1,12 +1,12 @@
# use the new container-based Travis infrastructure
os: linux
dist: trusty
sudo: false
sudo: false

language: csharp
solution: MonoDevelop.WakaTime.sln
mono:
- 3.12.0
- 4.8.0

install:
- sudo apt-get install -yq monodevelop # Install MonoDevelop for mdtool utility
Expand Down
2 changes: 1 addition & 1 deletion src/MonoDevelop.WakaTime.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down

0 comments on commit 9994b23

Please sign in to comment.