Browse Source

Update .travis.yml

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

2
.travis.yml

@ -31,7 +31,7 @@ before_install:
sudo apt-get install -qq libxml2-dev;
sudo apt-get install -qq libappindicator1;
sudo apt-get install -qq rpm;
sudo snap install snapcraft --classic;
sudo apt-get install -qq snapcraft;
fi
install:
- git config --global core.autocrlf input

Loading…
Cancel
Save