mirror of https://github.com/mpv-player/mpv
travis: run travis on 'ci' branch
We will use the 'ci' branch to do test builds of big features before they are merged into master. [ci skip]
This commit is contained in:
parent
4a1f9bdc66
commit
037c0f190b
|
@ -10,6 +10,7 @@ compiler:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- ci
|
||||
|
||||
before_install: ./travis-deps libass-stable $LIBAV
|
||||
script: ./configure && make
|
||||
|
|
Loading…
Reference in New Issue