From 73cca98645b33e0f3ab64b894de0302087b7500d Mon Sep 17 00:00:00 2001 From: Javernaut Date: Mon, 20 Apr 2020 15:36:02 +0300 Subject: [PATCH] Simplifying the Travis CI script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d02af5e..d2988ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: - curl http://archive.ubuntu.com/ubuntu/pool/universe/n/nasm/nasm_2.14.02-1_amd64.deb --output $HOME/nasm_2.14.02-1_amd64.deb - sudo dpkg -i $HOME/nasm_2.14.02-1_amd64.deb script: - - bash -e ffmpeg-android-maker.sh -dav1d -mp3lame -aom -android=18 + - ./ffmpeg-android-maker.sh -dav1d -mp3lame -aom -android=18