Browse Source

Added snapcraft support

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

1
.travis.yml

@ -31,6 +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;
fi
install:
- git config --global core.autocrlf input

Loading…
Cancel
Save