diff options
author | albert-github <albert.tests@gmail.com> | 2019-05-07 08:08:54 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-05-07 08:08:54 (GMT) |
commit | 351ec59539e59780d35ce943546e01796f205189 (patch) | |
tree | b7dea88d6cd09e406c822ed4c5280bf17f69d69e | |
parent | c637dede9ec30c2e35f19636edc0b3fd424b45e5 (diff) | |
download | Doxygen-351ec59539e59780d35ce943546e01796f205189.zip Doxygen-351ec59539e59780d35ce943546e01796f205189.tar.gz Doxygen-351ec59539e59780d35ce943546e01796f205189.tar.bz2 |
Travis build fails due to problem with cmake
removed explicit loading of cmake
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e6b10c1..66e79a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,9 +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 - [build_requires] - cmake_installer/3.10.0@conan/stable" >> conanfile.txt; + libiconv/1.15@bincrafters/stable >> conanfile.txt; fi; if [ "${TRAVIS_OS_NAME}" == "osx" ]; then printf "[requires] |