diff --git a/.travis/build.sh b/.travis/build.sh index 8864578..3c27d66 100644 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -4,7 +4,7 @@ cd /liftinstall apt update apt install -y libwebkit2gtk-4.0-dev -curl https://sh.rustup.rs -sSf | sh -s +curl https://sh.rustup.rs -sSf | sh -s -- -y export PATH=~/.cargo/bin:$PATH cargo build