diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:27:43 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:27:43 +0100 |
commit | 9c659a5f6640b141e32b60a66a21527d6a68d594 (patch) | |
tree | 8edef9c3fb464497d3d2a4fd86a59e12ec857b60 /t/travis.sh | |
parent | 79af534b074962183daea62e8b5ec082765bc4c5 (diff) | |
download | sbotools2-9c659a5f6640b141e32b60a66a21527d6a68d594.tar.xz |
Change from ffmpeg to sbotools, and try to build (which will fail at least when making a package)
Diffstat (limited to 't/travis.sh')
-rwxr-xr-x | t/travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh index e986070..bae30d9 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -11,4 +11,5 @@ run() { run sboconfig -V 14.1 run sbosnap fetch -run sbofind ffmpeg +run sbofind sbotools +yes | run sboinstall -i sbotools |