aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorps-george <punter.s.g@gmail.com>2018-03-06 11:47:02 +0000
committerps-george <punter.s.g@gmail.com>2018-03-06 11:47:02 +0000
commitc5c6c53b8fc2848b848d6f988c75ba9e94e271c1 (patch)
tree9e0a01a5a8ef4509e0e6f38c3f52c940092e71f7 /build.sh
parent4c0e7a3e20c970b925245abcf3c832edeb711e55 (diff)
downloadFMark-c5c6c53b8fc2848b848d6f988c75ba9e94e271c1.tar.gz
FMark-c5c6c53b8fc2848b848d6f988c75ba9e94e271c1.zip
Removing verbose build in travis
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a4f06e6..3e306c3 100755
--- a/build.sh
+++ b/build.sh
@@ -25,7 +25,7 @@ fi
echo "Running F# tests"
cd $BASE_DIR/FMark/src/FMarkCLI
-dotnet build -v n
+dotnet build
dotnet run --no-build -- -t
if [[ -z $TRAVIS_BUILD_DIR ]]; then