Skip to content

Commit

Permalink
Inline Travis CI configuration & remove unused settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Caput committed Dec 10, 2016
1 parent 0acedc5 commit 8c6444b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ solution: Cottle.sln

matrix:
include:
- os: linux # Ubuntu 14.04
- os: linux
dist: trusty
sudo: required
mono: latest
dotnet: 1.0.0-preview2-003121
mono: latest
env: DOTNETCORE=1

install:
Expand All @@ -18,4 +17,7 @@ script:
- xbuild /p:Configuration=Release Cottle.sln
- mono ./tests/NUnit.Console.3.0.1/tools/nunit3-console.exe ./Cottle.Test/bin/Release/Cottle.Test.dll
# - nuget pack -Prop Configuration=Release -Prop Platform=AnyCPU ./Cottle/Cottle.csproj
- ./build_net_core.sh
- rm -fr ./artifacts
- dotnet restore
- dotnet test ./Cottle.Test -c Release -f netcoreapp1.0
- dotnet pack ./Cottle -c Release -o ./artifacts
14 changes: 0 additions & 14 deletions build_net_core.sh

This file was deleted.

0 comments on commit 8c6444b

Please sign in to comment.