summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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;