Skip to content

Commit

Permalink
fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin committed Mar 15, 2017
1 parent 6e6b354 commit 0ad25bd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: csharp
mono: none
dotnet: 1.0.0-preview2-003131
dotnet: 1.0.0
sudo: required
dist: trusty
os:
Expand All @@ -26,7 +26,4 @@ branches:
- dev
script:
- dotnet restore
- dotnet test ./test/Certes.Tests/project.json --framework netcoreapp1.0
#- dotnet pack -c release -o ./build/nuget ./src/Certes/project.json --framework netcoreapp1.0
#- dotnet publish -f netcoreapp1.0 -c release -o ./build/cli/bin ./src/Certes.Cli/project.json

- dotnet test ./test/Certes.Tests/Certes.Tests.csproj

0 comments on commit 0ad25bd

Please sign in to comment.