Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added Clique and Wallet tests
  • Loading branch information
tkstanczak authored Nov 12, 2018
1 parent 150a861 commit e17f4ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
name: "Ethereum.VM.Test"
- script: dotnet test src/Nethermind/Nethermind.Blockchain.Test
name: "Nethermind.Blockchain.Test"
- script: dotnet test src/Nethermind/Nethermind.Clique.Test
name: "Nethermind.Clique.Test"
- script: dotnet test src/Nethermind/Nethermind.Config.Test
name: "Nethermind.Config.Test"
- script: dotnet test src/Nethermind/Nethermind.Core.Test
Expand Down Expand Up @@ -82,3 +84,5 @@ jobs:
os: osx
- script: dotnet test src/Nethermind/Nethermind.Store.Test
name: "Nethermind.Store.Test"
- script: dotnet test src/Nethermind/Nethermind.Wallet.Test
name: "Nethermind.Wallet.Test"

0 comments on commit e17f4ec

Please sign in to comment.