Browse Source

Update .travis.yml

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

4
.travis.yml

@ -32,8 +32,8 @@ before_install:
sudo apt-get install -qq libxml2-dev;
sudo apt-get install -qq libappindicator1;
sudo apt-get install -qq rpm;
sudo apt-get install -qq snappy-tools;
sudo apt-get install -qq snapcraft;
sudo apt-get install -y -qq snappy-tools;
sudo apt-get install -y -qq snapcraft;
fi
install:
- git config --global core.autocrlf input

Loading…
Cancel
Save