From c069b06bab11d524648b7bd7c732268198488302 Mon Sep 17 00:00:00 2001 From: Tom Dunstan Date: Thu, 1 Aug 2013 15:39:52 +0930 Subject: [PATCH] Publish snapshots and releases to Grails Central from Travis --- .travis.yml | 10 +++++++++- grails-app/conf/BuildConfig.groovy | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d471c6..e98c317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,12 @@ script: ./grailsw refresh-dependencies && ./grailsw "test-app -unit" && cd test/apps/gson-test && ./grailsw refresh-dependencies - && ./grailsw "test-app -integration -functional" \ No newline at end of file + && ./grailsw "test-app -integration -functional" + && cd ../../.. + && ./grailsw package-plugin + && ./grailsw publish-plugin --no-scm --allow-overwrite + +env: + global: + - secure: