diff options
author | Croydon <cr0ydon@outlook.com> | 2018-09-16 17:27:04 (GMT) |
---|---|---|
committer | Croydon <cr0ydon@outlook.com> | 2019-01-06 06:04:52 (GMT) |
commit | 6485370876322023eee45bef67cd10e47ac7b092 (patch) | |
tree | b6b2a4b7610942195b3da7547abc2d3e8b8a0c2d | |
parent | de34e6c26eeb0dca1b1a6aa8bf26d21bb3fd644f (diff) | |
download | Doxygen-6485370876322023eee45bef67cd10e47ac7b092.zip Doxygen-6485370876322023eee45bef67cd10e47ac7b092.tar.gz Doxygen-6485370876322023eee45bef67cd10e47ac7b092.tar.bz2 |
Make conanfile creation more readable
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1130bec..dd006d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,8 @@ before_script: export PATH=/Users/travis/Library/TeX/texbin:/Library/TeX/texbin:$PATH; conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan; - printf "[requires]\n - libxml2/2.9.8@bincrafters/stable\n + printf "[requires] + libxml2/2.9.8@bincrafters/stable qt/5.11.3@bincrafters/stable" >> conanfile.txt; conan install . -g virtualrunenv; source activate_run.sh; |