Enable travis-ci for all branches

except ppu_recompiler (dead branch).
That way it's much easier to setup travis on forks without messing with master yml.
I see no reason to run travis on master only anyway.
This commit is contained in:
Danila Malyutin 2015-07-17 02:45:51 +03:00
parent 5f43360711
commit 8f7e70d959
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ compiler:
env:
global:
- secure: "jA29KvTCTR7q4BMzPPUBGazjJwrIWa7k4fo5ZSMlyxh2NbztZTKQYwodgDcXBoptCd1KJ9H3FXwBnNdMNVnTkvoPL9uWnN4K/3D1D20FCag1kmlBwnaVqVei5cRiZ9TOMuaxhjkdg8pcrQLTlXEEdMZf6A2OW0VgoBGDVSX9nYc="
branches:
only:
- master
except:
- ppu_recompiler
git:
submodules: false