From 793b1cc17212497a589eb7f65e453814ec9fcad2 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sat, 26 Sep 2015 22:08:23 +0300 Subject: [PATCH] Travis configuration changes #255 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27076f08c..2f18b64d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,6 @@ deploy: bucket: java-design-patterns.com local-dir: _site acl: public_read + skip_cleanup: true on: - branch: gh-pages + branch: **