From c1f3dae9e31cdecb7964f3a3e8b344ffad06f7c3 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Fri, 12 Aug 2016 05:26:23 -0700 Subject: Switched whitelisting to 'release' branch for Appveyor and TravisCI. Disabled auto-tagging. We will create our own tags manually now, and for the release branch, this act should auto-generate ZIPs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f73c874f..d2567637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -182,5 +182,5 @@ deploy: skip_cleanup: true on: repo: ethereum/solidity - branch: develop + branch: release condition: $JOB != docs || $JOB != emscripten -- cgit