Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
Apparently travis needs sudo to access anything at root.
  • Loading branch information
dariusc93 committed Dec 31, 2018
1 parent 3f945fc commit 7e1f0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ matrix:
- export PATH="$PATH:$PWD/NDK/aarch64/bin"
- cargo build --target="aarch64-linux-android" --release
- wget https://github.com/foundpatterns/torchbear/releases/download/0.10.6/torchbear-0.10.6-x86_64-linux-stable.zip
- unzip -q -o torchbear-0.10.6-x86_64-linux-stable.zip -d /usr/local/bin
- sudo unzip -q -o torchbear-0.10.6-x86_64-linux-stable.zip -d /usr/local/bin
- mv target/aarch64-linux-android/release/${PROJECT} .
- wget -O init.lua https://raw.githubusercontent.com/foundpatterns/file-witness/master/sign.lua
- /usr/local/bin/torchbear
Expand All @@ -75,7 +75,7 @@ matrix:
- export PATH="$PATH:$PWD/NDK/arm/bin"
- cargo build --target="arm-linux-androideabi" --release
- wget https://github.com/foundpatterns/torchbear/releases/download/0.10.6/torchbear-0.10.6-x86_64-linux-stable.zip
- unzip -q -o torchbear-0.10.6-x86_64-linux-stable.zip -d /usr/local/bin
- sudo unzip -q -o torchbear-0.10.6-x86_64-linux-stable.zip -d /usr/local/bin
- mv target/arm-linux-androideabi/release/${PROJECT} .
- wget -O init.lua https://raw.githubusercontent.com/foundpatterns/file-witness/master/sign.lua
- /usr/local/bin/torchbear
Expand Down

0 comments on commit 7e1f0d0

Please sign in to comment.