mirror of https://github.com/mpv-player/mpv
travis: move travis-deps script to TOOLS
Don't let it clutter the top level directory.
This commit is contained in:
parent
a228bf54c8
commit
ee85473d4a
|
@ -37,7 +37,7 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
before_install: ./travis-deps libass-stable $LIBAV
|
before_install: TOOLS/travis-deps libass-stable $LIBAV
|
||||||
script:
|
script:
|
||||||
- ./bootstrap.py
|
- ./bootstrap.py
|
||||||
- ./waf configure
|
- ./waf configure
|
||||||
|
|
Loading…
Reference in New Issue