Skip to content

Commit

Permalink
Fix Linux dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EliuX committed Jan 20, 2019
1 parent 224c174 commit 09f2336
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ matrix:
osx_image: xcode9.3
sudo: required
before_install:
- chmod +x ./.travis/before_install.sh
- ./.travis/before_install.sh
- mega-version
- mega-help
before_deploy:
- chmod +x ./.travis/before_deploy.sh
- ./.travis/before_deploy.sh
deploy:
provider: releases
Expand Down
Empty file modified .travis/before_deploy.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion .travis/before_install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
else
# It must be linux
# Megacmd required ubuntu packages
sudo apt-get -y install libc-ares2 libcrypto++9 libmediainfo0 libzen0
sudo apt-get -y update
sudo apt-get -y install libc-ares2 libcrypto++9v5 libmediainfo0v5 libzen0v5

# Install Megacmd
wget https://mega.nz/linux/MEGAsync/xUbuntu_14.04/amd64/megacmd-xUbuntu_14.04_amd64.deb
Expand Down

0 comments on commit 09f2336

Please sign in to comment.