Skip to content

Commit

Permalink
Enable travis-ci for all branches
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
danilaml committed Jul 16, 2015
1 parent 5f43360 commit 8f7e70d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ compiler:
env:
global:
- secure: "jA29KvTCTR7q4BMzPPUBGazjJwrIWa7k4fo5ZSMlyxh2NbztZTKQYwodgDcXBoptCd1KJ9H3FXwBnNdMNVnTkvoPL9uWnN4K/3D1D20FCag1kmlBwnaVqVei5cRiZ9TOMuaxhjkdg8pcrQLTlXEEdMZf6A2OW0VgoBGDVSX9nYc="

branches:
only:
- master
except:
- ppu_recompiler

git:
submodules: false
Expand Down

0 comments on commit 8f7e70d

Please sign in to comment.