Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 22, 2016
1 parent 4eb1ee9 commit 1342a6f
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 @@ -12,13 +12,13 @@ matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
dotnet: 1.0.0-preview2-003121
dotnet: 1.0.0-preview2-1-003177
mono: none
env: DOTNETCORE=1
sudo: required
- os: osx
osx_image: xcode7.3 # macOS 10.11
dotnet: 1.0.0-preview2-003121
dotnet: 1.0.0-preview2-1-003177
mono: none
env: DOTNETCORE=1
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"MaxMind.Db.Test"
],
"sdk": {
"version": "1.0.0-preview2-003177"
"version": "1.0.0-preview2-1-003177"
}
}

0 comments on commit 1342a6f

Please sign in to comment.