From 83fed6dd34759bc0870e7c11086ccf2f214be1e4 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sat, 26 Sep 2015 22:14:36 +0300 Subject: [PATCH] Fix Travis config syntax #255 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f18b64d2..686eeae8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ deploy: acl: public_read skip_cleanup: true on: - branch: ** + all_branches: true