diff options
author | albert-github <albert.tests@gmail.com> | 2019-05-07 08:12:29 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-05-07 08:12:29 (GMT) |
commit | 789828a0689edccb89f02233a445a7aa1e86b1da (patch) | |
tree | eb06225f1bcc1a1e5a0026356fa27f6fb7649fa3 | |
parent | 351ec59539e59780d35ce943546e01796f205189 (diff) | |
download | Doxygen-789828a0689edccb89f02233a445a7aa1e86b1da.zip Doxygen-789828a0689edccb89f02233a445a7aa1e86b1da.tar.gz Doxygen-789828a0689edccb89f02233a445a7aa1e86b1da.tar.bz2 |
Travis build fails due to problem with cmake
Typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 66e79a9..8b84cbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ before_script: if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ ! "${OS_NAME}" == "linux-ppc64le" ]; then printf "[requires] libxml2/2.9.8@bincrafters/stable - libiconv/1.15@bincrafters/stable >> conanfile.txt; + libiconv/1.15@bincrafters/stable" >> conanfile.txt; fi; if [ "${TRAVIS_OS_NAME}" == "osx" ]; then printf "[requires] |