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

Commit

Permalink
turned on verbose output on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Chu committed Aug 22, 2017
1 parent cbcf124 commit 9f91cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_script:
script:
- dotnet build
- cd ../../test
- for d in ./*/ ; do(cd "$d" && dotnet test); done
- for d in ./*/ ; do(cd "$d" && dotnet test -v); done
- cat /var/log/mongodb/mongod.log
- cd ../src/Obsidian
- npm run test:cover:travis

0 comments on commit 9f91cc8

Please sign in to comment.