Browse Source

Update .travis.yml

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

2
.travis.yml

@ -27,7 +27,7 @@ addons:
before_install:
# native dependencies
- if [ $TRAVIS_OS_NAME == "linux" ]; then
sudo apt-add-repository ppa:snappy-dev/tools;
sudo apt-add-repository -y ppa:snappy-dev/tools;
sudo apt-get update -qq;
sudo apt-get install -qq libxml2-dev;
sudo apt-get install -qq libappindicator1;

Loading…
Cancel
Save