Skip to content

Commit

Permalink
Remove notifications on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Aug 7, 2017
1 parent 6aa231d commit 42d702a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ before_install:
- ./.travis/before-install-$TRAVIS_OS_NAME.sh

script:
- dotnet restore ./LiteDB/LiteDB.dotnet.csproj
- dotnet build ./LiteDB/LiteDB.dotnet.csproj
- dotnet restore ./LiteDB.Tests/LiteDB.Tests.dotnet.csproj
- dotnet build ./LiteDB.Tests/LiteDB.Tests.dotnet.csproj
- dotnet test ./LiteDB.Tests/LiteDB.Tests.dotnet.csproj --logger:console;verbosity=normal
- dotnet restore ./LiteDB/LiteDB.csproj
- dotnet build ./LiteDB/LiteDB.csproj
- dotnet restore ./LiteDB.Tests/LiteDB.Tests.csproj
- dotnet build ./LiteDB.Tests/LiteDB.Tests.csproj
- dotnet test ./LiteDB.Tests/LiteDB.Tests.csproj --logger:console;verbosity=normal

notifications:
email: false

0 comments on commit 42d702a

Please sign in to comment.