mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01: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
@ -7,9 +7,10 @@ compiler:
|
||||
env:
|
||||
global:
|
||||
- secure: "jA29KvTCTR7q4BMzPPUBGazjJwrIWa7k4fo5ZSMlyxh2NbztZTKQYwodgDcXBoptCd1KJ9H3FXwBnNdMNVnTkvoPL9uWnN4K/3D1D20FCag1kmlBwnaVqVei5cRiZ9TOMuaxhjkdg8pcrQLTlXEEdMZf6A2OW0VgoBGDVSX9nYc="
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
except:
|
||||
- ppu_recompiler
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
Loading…
Reference in New Issue
Block a user