Browse Source

Update .travis.yml

pull/1617/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
6400fce43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -27,11 +27,13 @@ addons:
before_install:
# native dependencies
- if [ $TRAVIS_OS_NAME == "linux" ]; then
sudo apt-add-repository ppa:snappy-dev/tools;
sudo apt-get update -qq;
sudo apt-get install -qq libxml2-dev;
sudo apt-get install -qq libappindicator1;
sudo apt-get install -qq rpm;
sudo apt install -qq snapcraft;
sudo apt-get install -qq snappy-tools;
sudo apt-get install -qq snapcraft;
fi
install:
- git config --global core.autocrlf input

Loading…
Cancel
Save