Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
removed mongo log display
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Chu committed Aug 22, 2017
1 parent 5b9daa6 commit 1cd150b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ install:
- sudo apt-get install -y yarn

before_script:
- cat /etc/mongod.conf
- dotnet restore
- cd ./src/Obsidian/
- yarn
Expand All @@ -29,6 +28,5 @@ script:
- dotnet build
- cd ../../test
- for d in ./*/ ; do(cd "$d" && dotnet test); done
- cat /var/log/mongodb/mongod.log
- cd ../src/Obsidian
- npm run test:cover:travis

0 comments on commit 1cd150b

Please sign in to comment.