diff --git a/.travis.yml b/.travis.yml index d58f475d1..612af15f5 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,14 @@ mono: latest dotnet: 2.0.0 dist: trusty script: - - ./build.sh \ No newline at end of file +- "./build.sh" +deploy: + provider: releases + api_key: + secure: $TOKEN + file: BuildOutput/NugetPackages/* + skip_cleanup: true + on: + branch: master + repo: GtkSharp/GtkSharp + tags: true