mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
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:
parent
5f43360711
commit
8f7e70d959
1 changed files with 3 additions and 2 deletions
|
@ -7,9 +7,10 @@ compiler:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- secure: "jA29KvTCTR7q4BMzPPUBGazjJwrIWa7k4fo5ZSMlyxh2NbztZTKQYwodgDcXBoptCd1KJ9H3FXwBnNdMNVnTkvoPL9uWnN4K/3D1D20FCag1kmlBwnaVqVei5cRiZ9TOMuaxhjkdg8pcrQLTlXEEdMZf6A2OW0VgoBGDVSX9nYc="
|
- secure: "jA29KvTCTR7q4BMzPPUBGazjJwrIWa7k4fo5ZSMlyxh2NbztZTKQYwodgDcXBoptCd1KJ9H3FXwBnNdMNVnTkvoPL9uWnN4K/3D1D20FCag1kmlBwnaVqVei5cRiZ9TOMuaxhjkdg8pcrQLTlXEEdMZf6A2OW0VgoBGDVSX9nYc="
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
except:
|
||||||
- master
|
- ppu_recompiler
|
||||||
|
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue