diff --git a/.travis.yml b/.travis.yml
index 5c97e3ac8..dfe1e5d39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,8 +31,3 @@ branches:
only:
- master
- portable
-
-# Notify of build changes
-notifications:
- email:
- - emeric.fermas@gmail.com
diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh
index 6c7424153..9fd00e815 100755
--- a/build.libgit2sharp.sh
+++ b/build.libgit2sharp.sh
@@ -9,7 +9,7 @@ EXTRADEFINE="$1"
# working directory in its library search path, so it works without this value.
export LD_LIBRARY_PATH=.
-mono Lib/NuGet/NuGet.exe restore
+nuget restore
xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine="$EXTRADEFINE"
exit $?
diff --git a/nuget.config b/nuget.config
index 4a7af2fd9..ca4339619 100644
--- a/nuget.config
+++ b/nuget.config
@@ -7,4 +7,4 @@
-
\ No newline at end of file
+